Skip to content

Commit

Permalink
🖌 Le style d'abord
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Sep 18, 2024
1 parent 228ab2b commit f5e970e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ 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>

<ul>
{Object.entries(links).map(([text, link]) => (
<li>
Expand Down

0 comments on commit f5e970e

Please sign in to comment.