diff --git a/src/pages/posts/[id].astro b/src/pages/posts/[id].astro index 89af3b8..8a5cfe2 100644 --- a/src/pages/posts/[id].astro +++ b/src/pages/posts/[id].astro @@ -38,7 +38,7 @@ const { post, content } = Astro.props; description={post.data.description} >
-
+

{post.data.title}

{post.data.description}