Skip to content

Commit

Permalink
fix a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGabreuw committed Dec 30, 2023
1 parent 539d5af commit 6f8071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default ((opts?: Options) => {
<footer class={`${displayClass ?? ""}`}>
<hr />
<p>
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}<a/> by <a href="https://github.com/ImGabreuw">ImGabreuw</a>, © {year}
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> by <a href="https://github.com/ImGabreuw">ImGabreuw</a>, © {year}
</p>
<ul>
{Object.entries(links).map(([text, link]) => (
Expand Down

0 comments on commit 6f8071e

Please sign in to comment.