mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix(analytics): make goatcounter use https (#195)
This commit is contained in:
parent
040a46dc4b
commit
450501e218
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue