homepage updates
This commit is contained in:
@@ -28,8 +28,7 @@ const latestPost = posts.sort(
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
When I'm not writing code, I'm usually enjoying one of my other hobbies;
|
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
|
video games, board games, music, photography, art, the list goes on...
|
||||||
on...
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I also like writing about stuff, so I put together this site to share
|
I also like writing about stuff, so I put together this site to share
|
||||||
@@ -39,7 +38,7 @@ const latestPost = posts.sort(
|
|||||||
<p>
|
<p>
|
||||||
Read my latest blog post, <a href={`blog/${latestPost.slug}`}
|
Read my latest blog post, <a href={`blog/${latestPost.slug}`}
|
||||||
>{latestPost.data.title}</a
|
>{latestPost.data.title}</a
|
||||||
>, from {new Date(latestPost.data.pubDate).toLocaleDateString()}.
|
>, posted on {new Date(latestPost.data.pubDate).toLocaleDateString()}.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If your interested in checking out my web dev projects, check out <a
|
If your interested in checking out my web dev projects, check out <a
|
||||||
|
|||||||
Reference in New Issue
Block a user