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}