diff options
Diffstat (limited to 'website/src/components')
| -rw-r--r-- | website/src/components/BaseHead.astro | 4 |
1 files changed, 4 insertions, 0 deletions
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; <meta property="twitter:title" content={title} /> <meta property="twitter:description" content={description} /> <meta property="twitter:image" content={new URL(image, Astro.url)} /> + +<!-- Feeds --> +<link rel="alternate" type="text/xml" title="Blog RSS" href="/blog/rss.xml"> +<link rel="alternate" type="text/xml" title="Links RSS" href="/links/rss.xml"> |
