We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25ee60 commit 4eb409aCopy full SHA for 4eb409a
1 file changed
src/components/BaseHead.astro
@@ -24,6 +24,9 @@ const pageTitle = [_title, SITE_TITLE].filter((t) => t).join(' - ')
24
<!-- Canonical URL -->
25
<link rel="canonical" href={canonicalURL} />
26
27
+<!-- Feed -->
28
+<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml" />
29
+
30
<!-- Primary Meta Tags -->
31
<title>{pageTitle}</title>
32
<meta name="title" content={title} />
0 commit comments