Comment out footer
This commit is contained in:
27
.idea/workspace.xml
generated
27
.idea/workspace.xml
generated
@@ -4,9 +4,7 @@
|
|||||||
<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="Update">
|
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Disable graph" />
|
||||||
<change beforePath="$PROJECT_DIR$/quartz.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/quartz.config.ts" 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" />
|
||||||
@@ -98,7 +96,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="1096000" />
|
<workItem from="1763668772985" duration="1469000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL−00001" summary="Update">
|
<task id="LOCAL−00001" summary="Update">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
@@ -234,7 +232,23 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1763704169794</updated>
|
<updated>1763704169794</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="19" />
|
<task id="LOCAL-00019" summary="Update">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1763704336164</created>
|
||||||
|
<option name="number" value="00019" />
|
||||||
|
<option name="presentableId" value="LOCAL-00019" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1763704336164</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00020" summary="Disable graph">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1763704389594</created>
|
||||||
|
<option name="number" value="00020" />
|
||||||
|
<option name="presentableId" value="LOCAL-00020" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1763704389594</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="21" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
@@ -246,7 +260,8 @@
|
|||||||
</ignored-roots>
|
</ignored-roots>
|
||||||
<MESSAGE value="Add biokemi link" />
|
<MESSAGE value="Add biokemi link" />
|
||||||
<MESSAGE value="Update" />
|
<MESSAGE value="Update" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Update" />
|
<MESSAGE value="Disable graph" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Disable graph" />
|
||||||
</component>
|
</component>
|
||||||
<component name="github-copilot-workspace">
|
<component name="github-copilot-workspace">
|
||||||
<instructionFileLocations>
|
<instructionFileLocations>
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ export default ((opts?: Options) => {
|
|||||||
const links = opts?.links ?? []
|
const links = opts?.links ?? []
|
||||||
return (
|
return (
|
||||||
<footer class={`${displayClass ?? ""}`}>
|
<footer class={`${displayClass ?? ""}`}>
|
||||||
<p>
|
{/*<p>*/}
|
||||||
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
{/* {i18n(cfg.locale).components.footer.createdWith}{" "}*/}
|
||||||
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
|
{/* <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}*/}
|
||||||
</p>
|
{/*</p>*/}
|
||||||
<ul>
|
<ul>
|
||||||
{Object.entries(links).map(([text, link]) => (
|
{Object.entries(links).map(([text, link]) => (
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user