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

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>