Merge 6d4597da8e972230cfee13d902b0745ebc2f9c64 into 7be47742a6dc86f22d148ca9d304f7a9eea318cf

This commit is contained in:
Ivan Chernov 2025-01-31 21:14:29 -05:00 committed by GitHub
commit 929ba8f504
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" />