rss fixes

This commit is contained in:
2023-07-30 20:43:54 -04:00
parent acceb67d9a
commit ceb456b4fb
10 changed files with 33 additions and 19 deletions
+6
View File
@@ -24,6 +24,12 @@ const title = Astro.props.frontmatter
name="description"
content="My personal blog about life, gaming, tech, and whatever else I feel like writing about."
/>
<link
rel="alternate"
type="application/rss+xml"
title="ghall.blog - RSS"
href="/rss.xml"
/>
<title>{`ghall.blog - ${title}`}</title>
</head>
<body class="container">