🐛 fix(analytics): make goatcounter use https (#195)

This commit is contained in:
Nadia
2023-10-04 11:03:30 -05:00
committed by GitHub
parent 040a46dc4b
commit 450501e218

View File

@@ -9,7 +9,7 @@
src="{{ self_hosted_url ~ '/count.js' }}" src="{{ self_hosted_url ~ '/count.js' }}"
{% else %} {% else %}
data-goatcounter="https://{{ analytics_id }}.goatcounter.com/count" data-goatcounter="https://{{ analytics_id }}.goatcounter.com/count"
src="//gc.zgo.at/count.js" src="https://gc.zgo.at/count.js"
{% endif %} {% endif %}
></script> ></script>