diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 0d656a1..b3bc4d4 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -16,6 +16,6 @@ const { Content } = await post.render(); --- -

{post.data.title}

+

{post.data.description}