mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Merge 6d4597da8e972230cfee13d902b0745ebc2f9c64 into dd6bd498db25344b2cccf56abfb656576a496d38
This commit is contained in:
commit
e18bacea66
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user