Skip to content

Commit 4eb409a

Browse files
committed
Add link to RSS feed
1 parent e25ee60 commit 4eb409a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/BaseHead.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ const pageTitle = [_title, SITE_TITLE].filter((t) => t).join(' - ')
2424
<!-- Canonical URL -->
2525
<link rel="canonical" href={canonicalURL} />
2626

27+
<!-- Feed -->
28+
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml" />
29+
2730
<!-- Primary Meta Tags -->
2831
<title>{pageTitle}</title>
2932
<meta name="title" content={title} />

0 commit comments

Comments
 (0)