Quartz sync: Aug 23, 2023, 9:21 PM

This commit is contained in:
bfahrenfort 2023-08-23 21:21:46 -05:00
parent 6da483c43e
commit 9e6c4d8335
2 changed files with 2 additions and 3 deletions

View File

@ -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",
},
}),
}

View File

@ -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]) => (