Skip to content

Commit 539d5af

Browse files
committed
fix footer information
1 parent 4f76723 commit 539d5af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

quartz.layout.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = {
77
header: [],
88
footer: Component.Footer({
99
links: {
10-
GitHub: "https://github.com/jackyzha0/quartz",
11-
"Discord Community": "https://discord.gg/cRFFHYye7t",
10+
GitHub: "https://github.com/ImGabreuw/notes",
1211
},
1312
}),
1413
}

quartz/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default ((opts?: Options) => {
1414
<footer class={`${displayClass ?? ""}`}>
1515
<hr />
1616
<p>
17-
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a>, © {year}
17+
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}<a/> by <a href="https://github.com/ImGabreuw">ImGabreuw</a>, © {year}
1818
</p>
1919
<ul>
2020
{Object.entries(links).map(([text, link]) => (

0 commit comments

Comments
 (0)