diff --git a/src/layout/Content.astro b/src/layout/Content.astro
index cc08207..a076ac6 100644
--- a/src/layout/Content.astro
+++ b/src/layout/Content.astro
@@ -1,5 +1,5 @@
-
-
\ No newline at end of file
diff --git a/src/pages/[tag].astro b/src/pages/[tag].astro
index 8aa5c5e..339f2f8 100644
--- a/src/pages/[tag].astro
+++ b/src/pages/[tag].astro
@@ -21,9 +21,9 @@ const { tag } = Astro.params;
---
-
-
+
+
diff --git a/src/pages/all.astro b/src/pages/all.astro
deleted file mode 100644
index fe63e87..0000000
--- a/src/pages/all.astro
+++ /dev/null
@@ -1,14 +0,0 @@
----
-import Page from "../layout/Page.astro";
-import Navbar from "../components/Navbar.svelte";
-import Content from "../layout/Content.astro";
-import AllTags from "../components/AllTags.svelte";
----
-
-
-
-
-
-
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index cf38c19..85e7d2e 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,9 +6,9 @@ import Filter from "../components/Filter.svelte";
---
-
-
+
+