Skip to content

Commit

Permalink
Quartz sync: Aug 12, 2024, 2:39 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWilson-online committed Aug 12, 2024
1 parent 2dafcf9 commit 7cc392f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default ((opts?: Options) => {
return (
<footer class={`${displayClass ?? ""}`}>
<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
"© 2024"
© 2024
</p>
<ul>
{Object.entries(links).map(([text, link]) => (
Expand Down

0 comments on commit 7cc392f

Please sign in to comment.