Skip to content

Commit 6f8071e

Browse files
committed
fix a tag
1 parent 539d5af commit 6f8071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default ((opts?: Options) => {
1414
<footer class={`${displayClass ?? ""}`}>
1515
<hr />
1616
<p>
17-
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}<a/> by <a href="https://github.com/ImGabreuw">ImGabreuw</a>, © {year}
17+
Created with <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> by <a href="https://github.com/ImGabreuw">ImGabreuw</a>, © {year}
1818
</p>
1919
<ul>
2020
{Object.entries(links).map(([text, link]) => (

0 commit comments

Comments
 (0)