Skip to content

Commit

Permalink
Add rss URL to head
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Oct 4, 2024
1 parent 3f2bb50 commit 173462f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/layouts/base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ const { title, description } = Astro.props;
{description && <meta name="description" content={description} />}
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link
rel="alternate"
type="application/rss+xml"
title="Just Be"
href={new URL("rss.xml", Astro.site)}
/>
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<ViewTransitions />
Expand Down

0 comments on commit 173462f

Please sign in to comment.