Add GoatCounter code to count pageviews

This commit is contained in:
Badri Sunderarajan 2022-01-07 07:46:04 +00:00
parent 3272c6528d
commit faa53a3a7e

View file

@ -412,5 +412,13 @@
</div> </div>
</div> </div>
<!-- Count pageviews with GoatCounter -->
<script>
window.goatcounter = {
path: function(p) { return '[' + location.host + ']' + p }
}
</script>
<script data-goatcounter="https://stats.snipettemag.com/count" async src="//stats.snipettemag.com/count.js"></script>
</body> </body>
</html> </html>