0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00

Adding a link to the main blog page

This commit is contained in:
Valentin Popov 2025-01-23 23:10:09 +00:00
parent 7724e9617d
commit c694648c2c
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -35,6 +35,8 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"
<section>
<p>
<small>
<a href="/">&lt; Home</a>
<span>&nbsp;•&nbsp;</span>
Posted
<time datetime={post.data.pubDate.toISOString()}>{formattedDate}</time>
by&nbsp;{post.data.author}