Skip to content

Commit

Permalink
update head links for rss
Browse files Browse the repository at this point in the history
  • Loading branch information
parker23b committed Sep 23, 2024
1 parent 6eefebd commit 92c9af4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/head/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ const social_image = "";
rel="alternate"
type="application/rss+xml"
title="Linaro.org"
href={new URL("rss.xml", Astro.site)}
href={new URL("rss/news.xml", Astro.site)}
/>
<link
rel="alternate"
type="application/rss+xml"
title="Linaro.org"
href={new URL("rss/blog.xml", Astro.site)}
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
Expand Down

0 comments on commit 92c9af4

Please sign in to comment.