From c694648c2cce34b8ec47809daf799b8e53cabc83 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2025 23:10:09 +0000 Subject: Adding a link to the main blog page --- src/pages/blog/[...slug].astro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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"

+ < Home +  •  Posted by {post.data.author} -- cgit v1.2.3