diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro
index ca85479..9bd6d1c 100644
--- a/src/layouts/Default.astro
+++ b/src/layouts/Default.astro
@@ -11,7 +11,7 @@ const { title = "", description = "", withHeader = true } = Astro.props;
-
+
{title}
diff --git a/src/layouts/Empty.astro b/src/layouts/Empty.astro
index 1b78069..edc1db7 100644
--- a/src/layouts/Empty.astro
+++ b/src/layouts/Empty.astro
@@ -8,7 +8,7 @@ const { title = "", description = "", withHeader = true } = Astro.props;
-
+
{title}
diff --git a/src/pages/404.astro b/src/pages/404.astro
index 7f23224..43e2e76 100644
--- a/src/pages/404.astro
+++ b/src/pages/404.astro
@@ -2,7 +2,7 @@
import Layout from "~/layouts/Empty.astro";
---
-
+