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}