We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec19c2 commit 9cf142aCopy full SHA for 9cf142a
website/www/_templates/layout.html
@@ -120,5 +120,17 @@
120
</div>
121
122
{%- endblock %}
123
+ <script>
124
+ /* locally hosted goatcounter https://www.goatcounter.com/ */
125
+ /* include site info in path url to allow multiple sites to be
126
+ tracked together */
127
+ window.goatcounter = {
128
+ path: function(p) { return location.host + p }
129
+ }
130
+ </script>
131
+ <script data-goatcounter="https://stats.rouilj.dynamic-dns.net/count"
132
+ integrity="sha384-QGgNMMRFTi8ul5kHJ+vXysPe8gySvSA/Y3rpXZiRLzKPIw8CWY+a3ObKmQsyDr+a"
133
+ async="" src="_static/goatcounter_count.v3.js">
134
135
</body>
136
</html>
0 commit comments