Skip to content

Commit

Permalink
goatcounter tracks paths only, provide full domain for better tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbaed committed Dec 6, 2024
1 parent 46fb8cd commit 8f6797a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ <h3 style="margin-top:0;">

<script type="text/javascript" src="{{ get_url(path="elasticlunr.min.js") }}"></script>
<script type="text/javascript" src="{{ get_url(path="search.js") }}"></script>

<script>
window.goatcounter = {
path: function(p) { return location.host + p }
}
</script>
<script data-goatcounter="https://goatcounter.philt3r.eu/count" async src="//goatcounter.philt3r.eu/count.js"></script>
</body>
</html>
Expand Down

0 comments on commit 8f6797a

Please sign in to comment.