Comment out all footer
This commit is contained in:
@@ -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