From 74cb94ca3c0f225958abe3e23a37d0355d39944c Mon Sep 17 00:00:00 2001 From: Peter Singh Date: Fri, 26 Aug 2022 09:15:50 +0100 Subject: [PATCH] Update blog.astro (#4486) --- examples/blog/src/pages/blog.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/blog/src/pages/blog.astro b/examples/blog/src/pages/blog.astro index 6c0d056399..0009d4382c 100644 --- a/examples/blog/src/pages/blog.astro +++ b/examples/blog/src/pages/blog.astro @@ -35,7 +35,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
- +
    {posts.map((post) => (
  • @@ -50,7 +50,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
  • ))}
- +