Undid wrong commit

This commit is contained in:
Lukas Nagel 2022-10-19 18:06:29 +02:00
parent f0923eb885
commit 9e332565b5

View file

@ -10,7 +10,7 @@
<!-- Counter.dev -->
{{ with .counterDev }}
<script src="/js/goat-counter.js"
<script src="https://cdn.counter.dev/script.js"
data-id="{{ .id }}"
data-utcoffset="1"
></script>
@ -21,7 +21,7 @@
<script
data-goatcounter="https://{{ .code }}.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
src="/js/goat-counter.js"
></script>
{{ end }}