Skip to content

Commit

Permalink
Add reference to RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Dec 21, 2024
1 parent f0ac076 commit 325c0e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const { title } = Astro.props;
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link
rel="alternate"
type="application/rss+xml"
title="Daniel Power"
href="/rss.xml"
/>
<meta name="generator" content={Astro.generator} />

<!-- Canonical URL -->
Expand Down

0 comments on commit 325c0e6

Please sign in to comment.