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

@@ -188,8 +188,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 200, "width": 200
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {

View File

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