+
diff --git a/src/pages/[...index].astro b/src/pages/[...index].astro
index e973097..80c2c37 100644
--- a/src/pages/[...index].astro
+++ b/src/pages/[...index].astro
@@ -39,7 +39,7 @@ const postsByYear = await getPostsByYear(lang)
{pinnedPosts.length > 0 && (
-
+
@@ -47,7 +47,7 @@ const postsByYear = await getPostsByYear(lang)
{[...postsByYear.entries()].map(([_year, posts]) => (
-
+
diff --git a/src/pages/[...posts_slug].astro b/src/pages/[...posts_slug].astro
index 4acb973..fdc7ef8 100644
--- a/src/pages/[...posts_slug].astro
+++ b/src/pages/[...posts_slug].astro
@@ -103,9 +103,8 @@ const { Content, remarkPluginFrontmatter } = await post.render()
postSlug={post.slug}
supportedLangs={supportedLangs}
>
-
-
+
+
+