Skip to content

Commit

Permalink
goatcounter: ignore query params
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Feb 23, 2024
1 parent a92f4d8 commit 365a4b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/static/index.css" media="screen" />
<script defer data-domain="mineshspc.com" src="https://plausible.io/js/script.js"></script>
<script>
window.goatcounter = {
path: location.pathname || '/',
}
</script>
<script data-goatcounter="https://mineshspc.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
</head>
Expand Down

0 comments on commit 365a4b4

Please sign in to comment.