Undid wrong commit
This commit is contained in:
parent
f0923eb885
commit
9e332565b5
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<!-- Counter.dev -->
|
<!-- Counter.dev -->
|
||||||
{{ with .counterDev }}
|
{{ with .counterDev }}
|
||||||
<script src="/js/goat-counter.js"
|
<script src="https://cdn.counter.dev/script.js"
|
||||||
data-id="{{ .id }}"
|
data-id="{{ .id }}"
|
||||||
data-utcoffset="1"
|
data-utcoffset="1"
|
||||||
></script>
|
></script>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<script
|
<script
|
||||||
data-goatcounter="https://{{ .code }}.goatcounter.com/count"
|
data-goatcounter="https://{{ .code }}.goatcounter.com/count"
|
||||||
async
|
async
|
||||||
src="//gc.zgo.at/count.js"
|
src="/js/goat-counter.js"
|
||||||
></script>
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue