homepage updates

This commit is contained in:
2025-06-05 09:35:26 -04:00
parent 439ffdda72
commit 89cdd2aed2
+2 -3
View File
@@ -28,8 +28,7 @@ const latestPost = posts.sort(
</p>
<p>
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...
</p>
<p>
I also like writing about stuff, so I put together this site to share
@@ -39,7 +38,7 @@ const latestPost = posts.sort(
<p>
Read my latest blog post, <a href={`blog/${latestPost.slug}`}
>{latestPost.data.title}</a
>, from {new Date(latestPost.data.pubDate).toLocaleDateString()}.
>, posted on {new Date(latestPost.data.pubDate).toLocaleDateString()}.
</p>
<p>
If your interested in checking out my web dev projects, check out <a