🩹 Fix RSS feed
This commit is contained in:
@@ -27,9 +27,9 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';
|
||||
/><link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="ghall.blog - RSS"
|
||||
title="ghall.space - RSS"
|
||||
href={`${Astro.site}rss.xml`}
|
||||
/><title>{`ghall.blog - ${title}`}</title>
|
||||
/><title>{`ghall.space - ${title}`}</title>
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<body class="layout-simple" transition:animate="fade">
|
||||
|
||||
Reference in New Issue
Block a user