From 24796509eef1ceaeebb4021b735d8480f1a5de65 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 4 Jul 2024 11:34:51 +0100 Subject: [PATCH] Adds links to RSS feeds to BaseHead component --- website/src/components/BaseHead.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro index 3d8223c..a0f3ff7 100644 --- a/website/src/components/BaseHead.astro +++ b/website/src/components/BaseHead.astro @@ -43,3 +43,7 @@ const { title, description, image = '/images/headshot.jpg' } = Astro.props; + + + +