Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Maurice-Brant committed Nov 28, 2023
1 parent 9da02cd commit 5c6bdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default ((opts?: Options) => {
<footer class={`${displayClass ?? ""}`}>
<hr />
<p>
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a>, © {year}
<br>Content by Seth Maurice-Brant © 2021-{year}
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a>, © {year}</p>
<p>Content by Seth Maurice-Brant © 2021-{year}
</p>
<ul>
{Object.entries(links).map(([text, link]) => (
Expand Down

0 comments on commit 5c6bdc0

Please sign in to comment.