From dfc7fba3be6d99278088771fee0aadb8886b047d Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Thu, 2 Jul 2026 17:08:51 -0700 Subject: [PATCH] use explicit expression for spacing --- src/components/footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 0b4599e..fcf1c94 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -20,7 +20,7 @@ const currentYear = new Date().getFullYear();

- © {currentYear}  + © {currentYear}{' '} {siteAuthor.name}.{' '}

-- 2.55.0