1
0

Comment out all footer

This commit is contained in:
2025-11-21 09:13:20 +01:00
parent e106b73d68
commit 33ebc5ed58
3 changed files with 11 additions and 11 deletions

View File

@@ -6,12 +6,10 @@ 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: {
},
}),
}
// components for pages that display a single page (e.g. a single note)