diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index c13c58e..fd9d5cf 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -22,8 +22,8 @@ const components = { table: Table }; const { title } = entry.data; --- - -
+ +

{title}