1
0

Comment out footer

This commit is contained in:
2025-11-21 06:57:14 +01:00
parent b153208ea5
commit 6b6a9d6b33
2 changed files with 25 additions and 10 deletions

27
.idea/workspace.xml generated
View File

@@ -4,9 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Update">
<change beforePath="$PROJECT_DIR$/quartz.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/quartz.config.ts" afterDir="false" />
</list>
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Disable graph" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -98,7 +96,7 @@
<workItem from="1763368336948" duration="74000" />
<workItem from="1763468129001" duration="1460000" />
<workItem from="1763591031608" duration="2000" />
<workItem from="1763668772985" duration="1096000" />
<workItem from="1763668772985" duration="1469000" />
</task>
<task id="LOCAL00001" summary="Update">
<option name="closed" value="true" />
@@ -234,7 +232,23 @@
<option name="project" value="LOCAL" />
<updated>1763704169794</updated>
</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 />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -246,7 +260,8 @@
</ignored-roots>
<MESSAGE value="Add biokemi link" />
<MESSAGE value="Update" />
<option name="LAST_COMMIT_MESSAGE" value="Update" />
<MESSAGE value="Disable graph" />
<option name="LAST_COMMIT_MESSAGE" value="Disable graph" />
</component>
<component name="github-copilot-workspace">
<instructionFileLocations>

View File

@@ -13,10 +13,10 @@ export default ((opts?: Options) => {
const links = opts?.links ?? []
return (
<footer class={`${displayClass ?? ""}`}>
<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
</p>
{/*<p>*/}
{/* {i18n(cfg.locale).components.footer.createdWith}{" "}*/}
{/* <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}*/}
{/*</p>*/}
<ul>
{Object.entries(links).map(([text, link]) => (
<li>