From 3db593ba1dc85e06e286bdd7d2c04ef27dffdbbc Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 26 Sep 2023 17:30:56 +1000 Subject: [PATCH] Fix ul rendering issue --- src/pages/blog/[slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 491d0ac..f0507e1 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -21,7 +21,7 @@ const options = { --- -
+

{post.data.title}

By {post.data.author}