From 5cebc9b75a2819c35788433a2ed97772769e5aa3 Mon Sep 17 00:00:00 2001 From: JohnCosta27 Date: Sun, 21 Aug 2022 15:42:15 +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 563a5eb..6b40cb4 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}