From 9829c0e5facb156cac853390ab4877637bfa410c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 6 Sep 2024 08:26:14 +0000 Subject: Added title --- src/pages/blog/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 39522a1..bbf3f98 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -23,7 +23,7 @@ const { Content, remarkPluginFrontmatter } = await post.render();
-

Title

+

{post.data.title}

Posted -- cgit v1.2.3