Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
healthykim committed Jul 17, 2024
1 parent 2b535f1 commit 8149712
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ export default ((opts?: Options) => {
return (
<footer class={`${displayClass ?? ""}`}>
<hr />
<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.maintainedBy}{" "}
<a href="https://decipher.ac/">Decipher</a>
<a href="https://decipher.ac/">Decipher,</a> using <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
</p>
<ul>
{Object.entries(links).map(([text, link]) => (
Expand Down

0 comments on commit 8149712

Please sign in to comment.