summaryrefslogtreecommitdiff
path: root/website/src/components/BaseHead.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 09:38:10 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 09:38:10 +0100
commitf977ee338c7eff240c26c793d7340de4a7b5788b (patch)
treee5803001ec972c176e7a87884455ff2dcad7c6c7 /website/src/components/BaseHead.astro
parentb5a434c9596f6792f8f574c5641d4cbe1dd5c289 (diff)
Adds Links page and fixes blog feed
Diffstat (limited to 'website/src/components/BaseHead.astro')
-rw-r--r--website/src/components/BaseHead.astro1
1 files changed, 1 insertions, 0 deletions
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;
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/base.css" />
<link rel="stylesheet" href="/css/hcard.css" />
+<link rel="stylesheet" href="/css/feed.css" />
<!-- Global Metadata -->
<meta charset="utf-8" />