mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Quartz sync: Aug 23, 2023, 9:21 PM
This commit is contained in:
parent
6da483c43e
commit
9e6c4d8335
@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||
header: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
"Source code": "https://github.com/bfahrenfort/quartz",
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ export default ((opts?: Options) => {
|
||||
<footer>
|
||||
<hr />
|
||||
<p>
|
||||
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a>, © {year}
|
||||
© be-far {year}. Powered by <a href="https://quartz.jzhao.xyz/">Quartz</a>.
|
||||
</p>
|
||||
<ul>
|
||||
{Object.entries(links).map(([text, link]) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user