From 43c487492bb90915d14cb9949b5f417263eb7225 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 21 Nov 2025 06:59:33 +0100 Subject: [PATCH] Comment out all footer --- content/.obsidian/workspace.json | 3 +-- quartz.layout.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index c1d41ce..d49b389 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -188,8 +188,7 @@ } ], "direction": "horizontal", - "width": 200, - "collapsed": true + "width": 200 }, "left-ribbon": { "hiddenItems": { diff --git a/quartz.layout.ts b/quartz.layout.ts index 4f49db6..91576c6 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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)