Merge 6d4597da8e972230cfee13d902b0745ebc2f9c64 into 32ec711767401c93605b7631f03eee47dea1cada

This commit is contained in:
Ivan Chernov 2025-02-05 10:21:43 -06:00 committed by GitHub
commit 950738146d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,6 +194,16 @@ export default (() => {
<meta property="twitter:url" content={socialUrl}></meta>
</>
)}
{cfg.baseUrl && (
<>
<link
rel="alternate"
type="application/rss+xml"
title={`${cfg.pageTitle} Feed`}
href={`https://${cfg.baseUrl}/index.xml`}
/>
</>
)}
<link rel="icon" href={iconPath} />
<meta name="description" content={description} />
<meta name="generator" content="Quartz" />