refactor: use explicit url for goatcounter (#1578)
This commit is contained in:
parent
0f5abc82a2
commit
e24a0c73ba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!-- GoatCounter -->
|
<!-- GoatCounter -->
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
src="//gc.zgo.at/count.js"
|
src="https://gc.zgo.at/count.js"
|
||||||
data-goatcounter="https://{{ site.analytics.goatcounter.id }}.goatcounter.com/count"
|
data-goatcounter="https://{{ site.analytics.goatcounter.id }}.goatcounter.com/count"
|
||||||
></script>
|
></script>
|
||||||
|
|
Loading…
Reference in a new issue