Skip to content

Commit

Permalink
Add RSS Feed Auto-Discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed May 11, 2024
1 parent 0140f07 commit e362691
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@ const siteLang = siteConfig.lang.replace('_', '-')
<head>

<title>{pageTitle}</title>

<link
rel="alternate"
type="application/rss+xml"
title="Goob Station"
href={`${Astro.site}rss.xml`}
/>
<meta charset="UTF-8" />
<meta name="description" content={description || pageTitle}>
<meta name="viewport" content="width=device-width" />
Expand Down

0 comments on commit e362691

Please sign in to comment.