From 9c8013c08da4efb1fc5b1553f16992b3594d17d6 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Wed, 6 Mar 2024 11:32:10 +0100 Subject: [PATCH] fix(blog): add page title to posts --- src/pages/blog/[...slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}