diff options
Diffstat (limited to 'src')
-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} |