Skip to content

Commit

Permalink
fixed rss link, added article
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Mar 21, 2024
1 parent f21a6ff commit bd24745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-website/src/components/Headers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const type = isBlog ? "article" : "website"
rel="alternate"
type="application/rss+xml"
title="Blog | Alberto Ventafridda"
href={`${Astro.site}rss.xml`}
href={`${Astro.site}feed.xml`}
/>

<link rel="canonical" href={permalink} />
Expand Down

0 comments on commit bd24745

Please sign in to comment.