From 991389fee987eaba0c67b67f89ffa370a85a3324 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 26 Sep 2023 12:52:05 +1000 Subject: [PATCH] Update blog title --- 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 4fbd924..23407cc 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -20,8 +20,8 @@ const options = { }; --- - -
+ +

{post.data.title}

By {post.data.author}