aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-01-24 02:10:09 +0300
committerValentin Popov <valentin@popov.link>2025-01-24 02:10:09 +0300
commitc694648c2cce34b8ec47809daf799b8e53cabc83 (patch)
treea2eacb476a5b3cfbef2df3d492e9f89c99539bea
parent7724e9617df1cc31a9e2ba239cbdeac0b1293d36 (diff)
downloadpopov.link-c694648c2cce34b8ec47809daf799b8e53cabc83.tar.xz
popov.link-c694648c2cce34b8ec47809daf799b8e53cabc83.zip
Adding a link to the main blog page
-rw-r--r--src/pages/blog/[...slug].astro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index 9445673..41b0f5c 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -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}