summaryrefslogtreecommitdiff
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/footer.html2
-rw-r--r--source/_includes/preamble.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/source/_includes/footer.html b/source/_includes/footer.html
index 8a11b00..d91d3d5 100644
--- a/source/_includes/footer.html
+++ b/source/_includes/footer.html
@@ -4,5 +4,5 @@
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</div>
<div class="footr noha">
-Privacy-friendly statistics by <a href="https://www.goatcounter.com/">GoatCounter</a>.
+<a href="https://prefetch.goatcounter.com/">Visitor statistics</a>
</div>
diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html
index 96b26b5..df39a13 100644
--- a/source/_includes/preamble.html
+++ b/source/_includes/preamble.html
@@ -19,4 +19,6 @@
{% endif %}
<link rel="stylesheet" href="/infra/css/main.css?v=20221027">
-<script data-goatcounter="https://prefetch.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
+{% if jekyll.environment != "development" %}
+<script data-goatcounter="https://prefetch.goatcounter.com/count" async src="/infra/js/count.js"></script>
+{% endif %}