diff --git a/src/pages/about.astro b/src/pages/about.astro
index bcb52e2..476c631 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -12,7 +12,7 @@ const aboutPost = await getEntry('spec', 'about')
const { Content } = await aboutPost.render()
---
-
+
diff --git a/src/pages/archive/category/[category].astro b/src/pages/archive/category/[category].astro
index 5e053d3..88aa0d3 100644
--- a/src/pages/archive/category/[category].astro
+++ b/src/pages/archive/category/[category].astro
@@ -20,6 +20,6 @@ const { category } = Astro.params;
---
-
+
diff --git a/src/pages/archive/tag/[tag].astro b/src/pages/archive/tag/[tag].astro
index eecbc2c..ce132a4 100644
--- a/src/pages/archive/tag/[tag].astro
+++ b/src/pages/archive/tag/[tag].astro
@@ -29,6 +29,6 @@ const { tag } = Astro.params;
---
-
+
diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro
index 5b65733..46400e4 100644
--- a/src/pages/posts/[...slug].astro
+++ b/src/pages/posts/[...slug].astro
@@ -27,7 +27,7 @@ const { Content } = await entry.render();
const { remarkPluginFrontmatter } = await entry.render();
---
-
+