diff --git a/src/pages/index.astro b/src/pages/index.astro index 741df87..dbda5c5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,8 +28,7 @@ const latestPost = posts.sort(
When I'm not writing code, I'm usually enjoying one of my other hobbies; - video games, board games, music, hiking, photography, art, the list goes - on... + video games, board games, music, photography, art, the list goes on...
I also like writing about stuff, so I put together this site to share @@ -39,7 +38,7 @@ const latestPost = posts.sort(
Read my latest blog post, {latestPost.data.title}, from {new Date(latestPost.data.pubDate).toLocaleDateString()}. + >, posted on {new Date(latestPost.data.pubDate).toLocaleDateString()}.
If your interested in checking out my web dev projects, check out