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",
|
||||
"width": 200,
|
||||
"collapsed": true
|
||||
"width": 200
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user