Skip to content

Commit

Permalink
update goatcounter script
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Jan 30, 2020
1 parent 205044e commit 155546f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ <h2>List of games</h2>

<script type="text/javascript" src="static/main.js"></script>

<script type="text/javascript">
window.counter = 'https://osgc.goatcounter.com/count';
window.goatcounter = {vars: {path: location.pathname}}; // drop QS
<script>
window.goatcounter = {path: location.pathname}; // drop QS
</script>
<script type="text/javascript" src="//gc.zgo.at/count.js" async></script>
<script data-goatcounter="https://osgc.goatcounter.com/count" src="//gc.zgo.at/count.js" async></script>
</body>
</html>

0 comments on commit 155546f

Please sign in to comment.