diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 447b8ab..4598829 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -56,6 +56,7 @@ const { title, paddingTop } = Astro.props;
rel="stylesheet"
/>
{title}
+
diff --git a/src/layouts/OtherLayout.astro b/src/layouts/OtherLayout.astro
index d8b08de..92f6f23 100644
--- a/src/layouts/OtherLayout.astro
+++ b/src/layouts/OtherLayout.astro
@@ -53,6 +53,7 @@ const { title, paddingTop } = Astro.props;
content={title}
/>
{title}
+