Skip to content

Commit 0fe6c86

Browse files
authored
Fix for RSS feed (#573)
Advertise the blog feed in the shared marketing layout so feed readers and browsers can discover it automatically.
1 parent a8dc9e8 commit 0fe6c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/marketing/src/layouts/Base.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import '../styles/global.css';
3939

4040
<meta name="robots" content="index, follow" />
4141
<link rel="canonical" href={canonical} />
42+
<link rel="alternate" type="application/rss+xml" title="Plannotator Blog" href="/rss.xml" />
4243

4344
<link rel="preconnect" href="https://fonts.googleapis.com" />
4445
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

0 commit comments

Comments
 (0)