summaryrefslogtreecommitdiff
path: root/source/_includes/preamble.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/preamble.html')
-rw-r--r--source/_includes/preamble.html4
1 files changed, 3 insertions, 1 deletions
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 %}