diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 4fbd924..23407cc 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -20,8 +20,8 @@ const options = { }; --- - -
+ +

{post.data.title}

By {post.data.author}