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}