summaryrefslogtreecommitdiff
path: root/website/src/components/BaseHead.astro
diff options
context:
space:
mode:
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" />