diff --git a/src/pages/index.astro b/src/pages/index.astro
index 08bedd2..60a885a 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -64,5 +64,5 @@ for (const c of CATS) {
-
+
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index ac382ea..9f5012c 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -38,4 +38,4 @@
}
-
+
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 0afc660..e039e7e 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -40,4 +40,4 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
}
-
+
diff --git a/src/layouts/GitLayout.astro b/src/layouts/GitLayout.astro
index 46c0ba1..d7ca0b4 100644
--- a/src/layouts/GitLayout.astro
+++ b/src/layouts/GitLayout.astro
@@ -10,7 +10,7 @@ const { frontmatter, post } = Astro.props;