🐛 fix(analytics): make goatcounter use https (#195)
This commit is contained in:
parent
040a46dc4b
commit
450501e218
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user