diff --git a/src/content/blog/secret-zero.md b/src/content/blog/secret-zero.md
index a1e3bf2..8a5b84f 100644
--- a/src/content/blog/secret-zero.md
+++ b/src/content/blog/secret-zero.md
@@ -41,7 +41,7 @@ From there the dam breaks in the good way: every app's `ExternalSecret` resolves
the `Secret` in sync, and your repo stays a map of *names*, not values.
-
+
## The discipline around the one exception
diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro
index 704d04b..8811595 100644
--- a/src/pages/blog/[slug].astro
+++ b/src/pages/blog/[slug].astro
@@ -36,7 +36,7 @@ const { Content } = await render(entry);
{entry.data.hero && (
