Comment out all footer
This commit is contained in:
6
.idea/workspace.xml
generated
6
.idea/workspace.xml
generated
@@ -4,7 +4,9 @@
|
|||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Comment out all footer" />
|
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Comment out all footer">
|
||||||
|
<change beforePath="$PROJECT_DIR$/content/.obsidian/workspace.json" beforeDir="false" afterPath="$PROJECT_DIR$/content/.obsidian/workspace.json" afterDir="false" />
|
||||||
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
@@ -96,7 +98,7 @@
|
|||||||
<workItem from="1763368336948" duration="74000" />
|
<workItem from="1763368336948" duration="74000" />
|
||||||
<workItem from="1763468129001" duration="1460000" />
|
<workItem from="1763468129001" duration="1460000" />
|
||||||
<workItem from="1763591031608" duration="2000" />
|
<workItem from="1763591031608" duration="2000" />
|
||||||
<workItem from="1763668772985" duration="2054000" />
|
<workItem from="1763668772985" duration="2662000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL−00001" summary="Update">
|
<task id="LOCAL−00001" summary="Update">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
|
|||||||
6
content/.obsidian/workspace.json
vendored
6
content/.obsidian/workspace.json
vendored
@@ -100,8 +100,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 384.5,
|
"width": 384.5
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "0948c66181b40af9",
|
"id": "0948c66181b40af9",
|
||||||
@@ -189,7 +188,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 200
|
"width": 200,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
|||||||
@@ -6,12 +6,10 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
head: Component.Head(),
|
head: Component.Head(),
|
||||||
header: [],
|
header: [],
|
||||||
afterBody: [],
|
afterBody: [],
|
||||||
// footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
// links: {
|
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)
|
// components for pages that display a single page (e.g. a single note)
|
||||||
|
|||||||
Reference in New Issue
Block a user