From c2a203256495478f558e19258ffe36436bcc7522 Mon Sep 17 00:00:00 2001 From: JohnCosta27 Date: Sun, 21 Aug 2022 15:44:27 +0100 Subject: [PATCH] changing --- src/pages/blog.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 6b40cb4..0c392fe 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -9,7 +9,7 @@ const posts = await Astro.glob('./posts/*.md'); -
+
{posts.map((post) => (

{post.frontmatter.title}