Comment out all footer
This commit is contained in:
3
content/.obsidian/workspace.json
vendored
3
content/.obsidian/workspace.json
vendored
@@ -188,8 +188,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 200,
|
"width": 200
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user