From 8ce2e32f54e510c26b4df76da385a0a8695fd228 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 13 Apr 2026 16:19:34 -0700 Subject: [PATCH] Clean up and fix build bug --- src/components/BaseHead.astro | 6 +++--- src/components/Footer.astro | 4 +++- src/lib/blog.ts | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index efca063..df34eeb 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -40,6 +40,9 @@ const { title, description, image } = Astro.props; + + + @@ -48,9 +51,6 @@ const { title, description, image } = Astro.props; - - - diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9c97100..314aa62 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,9 @@ const today = new Date(); ---