Skip to content

Commit

Permalink
added an umami event in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Sep 22, 2024
1 parent 24ca917 commit 8084b64
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 @@ -16,7 +16,7 @@ export default ((opts?: Options) => {
<ul>
{Object.entries(links).map(([text, link]) => (
<li>
<a href={link}>{text}</a>
<a data-umami-event={text} href={link}>{text}</a>
</li>
))}
</ul>
Expand Down

0 comments on commit 8084b64

Please sign in to comment.