diff options
author | Valentin Popov <valentin@popov.link> | 2025-01-24 02:10:09 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-01-24 02:10:09 +0300 |
commit | c694648c2cce34b8ec47809daf799b8e53cabc83 (patch) | |
tree | a2eacb476a5b3cfbef2df3d492e9f89c99539bea | |
parent | 7724e9617df1cc31a9e2ba239cbdeac0b1293d36 (diff) | |
download | popov.link-c694648c2cce34b8ec47809daf799b8e53cabc83.tar.xz popov.link-c694648c2cce34b8ec47809daf799b8e53cabc83.zip |
Adding a link to the main blog page
-rw-r--r-- | src/pages/blog/[...slug].astro | 2 |
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="/">< Home</a> + <span> • </span> Posted <time datetime={post.data.pubDate.toISOString()}>{formattedDate}</time> by {post.data.author} |