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)