Comment out footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user