We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539d5af commit 6f8071eCopy full SHA for 6f8071e
quartz/components/Footer.tsx
@@ -14,7 +14,7 @@ export default ((opts?: Options) => {
14
<footer class={`${displayClass ?? ""}`}>
15
<hr />
16
<p>
17
- 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}
18
</p>
19
<ul>
20
{Object.entries(links).map(([text, link]) => (
0 commit comments