diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4f019ea..830c511 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
@@ -96,7 +98,7 @@
-
+
diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json
index 071d710..67e9999 100644
--- a/content/.obsidian/workspace.json
+++ b/content/.obsidian/workspace.json
@@ -100,8 +100,7 @@
}
],
"direction": "horizontal",
- "width": 384.5,
- "collapsed": true
+ "width": 384.5
},
"right": {
"id": "0948c66181b40af9",
@@ -189,7 +188,8 @@
}
],
"direction": "horizontal",
- "width": 200
+ "width": 200,
+ "collapsed": true
},
"left-ribbon": {
"hiddenItems": {
diff --git a/quartz.layout.ts b/quartz.layout.ts
index 91576c6..97543e0 100644
--- a/quartz.layout.ts
+++ b/quartz.layout.ts
@@ -6,12 +6,10 @@ 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: {
+ },
+ }),
}
// components for pages that display a single page (e.g. a single note)