diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 7921456..4efb2a9 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -14,7 +14,7 @@ const sortedPosts = getSortedPosts(posts);
-
+
    { sortedPosts.map(({ frontmatter }) => {