mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-19 06:54:18 +02:00
Compare commits
2 Commits
295206d9e5
...
950738146d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
950738146d | ||
![]() |
6d4597da8e |
@ -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