Skip to content

Commit

Permalink
add fathom
Browse files Browse the repository at this point in the history
  • Loading branch information
flopp committed Oct 5, 2024
1 parent c81e283 commit 11bee3c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions templates/tail.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
{{range .JsFiles}}
<script src="/{{.}}"></script>
{{end}}
<script data-goatcounter="https://freiburg-run.goatcounter.com/count" async src="/{{.GoatCounterJs}}"></script>
</body>
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//s.freiburg.run/tracker.js', 'fathom');
fathom('set', 'siteId', 'IPQCD');
fathom('trackPageview');
</script>
</body>
</html>

0 comments on commit 11bee3c

Please sign in to comment.