Revert Footer

This commit is contained in:
saberzero1 2024-10-03 21:42:24 +02:00
parent 356647f266
commit 835f6a0d61
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -13,7 +13,7 @@ export default ((opts?: Options) => {
const year = new Date().getFullYear()
const links = opts?.links ?? []
return (
<footer class={classNames(displayClass)}>
<footer class={`${displayClass ?? ""}`}>
<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}