1
0

Comment out all footer

This commit is contained in:
2025-11-21 06:59:33 +01:00
parent 6b6a9d6b33
commit 43c487492b
2 changed files with 7 additions and 8 deletions

View File

@@ -6,12 +6,12 @@ export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
afterBody: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
// footer: Component.Footer({
// links: {
// GitHub: "https://github.com/jackyzha0/quartz",
// "Discord Community": "https://discord.gg/cRFFHYye7t",
// },
// }),
}
// components for pages that display a single page (e.g. a single note)