From f977ee338c7eff240c26c793d7340de4a7b5788b Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Wed, 5 Jun 2024 09:38:10 +0100
Subject: Adds Links page and fixes blog feed
---
website/src/components/BaseHead.astro | 1 +
1 file changed, 1 insertion(+)
(limited to 'website/src/components/BaseHead.astro')
diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro
index e8e44ab..3d8223c 100644
--- a/website/src/components/BaseHead.astro
+++ b/website/src/components/BaseHead.astro
@@ -14,6 +14,7 @@ const { title, description, image = '/images/headshot.jpg' } = Astro.props;
+
--
cgit v1.2.3