From 89cdd2aed29ec136988410b430852845ce654f20 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 5 Jun 2025 09:35:26 -0400 Subject: [PATCH] homepage updates --- src/pages/index.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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