diff options
Diffstat (limited to 'themes/vapor/layouts/_default')
-rw-r--r-- | themes/vapor/layouts/_default/baseof.html | 2 | ||||
-rw-r--r-- | themes/vapor/layouts/_default/list.html | 2 | ||||
-rw-r--r-- | themes/vapor/layouts/_default/single.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/themes/vapor/layouts/_default/baseof.html b/themes/vapor/layouts/_default/baseof.html index b6899ba..7e59365 100644 --- a/themes/vapor/layouts/_default/baseof.html +++ b/themes/vapor/layouts/_default/baseof.html @@ -25,7 +25,7 @@ {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} </article> - <script data-goatcounter="https://schizoid.goatcounter.com/count" +<script data-goatcounter="https://ill.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> </main> {{ block "footer" . }} diff --git a/themes/vapor/layouts/_default/list.html b/themes/vapor/layouts/_default/list.html index c028241..8ce225a 100644 --- a/themes/vapor/layouts/_default/list.html +++ b/themes/vapor/layouts/_default/list.html @@ -3,7 +3,7 @@ {{- end }} {{ define "main" -}} {{ .Content }} - <script data-goatcounter="https://schizoid.goatcounter.com/count" +<script data-goatcounter="https://ill.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> <ul> {{- range.Pages }} diff --git a/themes/vapor/layouts/_default/single.html b/themes/vapor/layouts/_default/single.html index 57bdc1b..09fc65e 100644 --- a/themes/vapor/layouts/_default/single.html +++ b/themes/vapor/layouts/_default/single.html @@ -1,5 +1,5 @@ {{ define "title" -}} {{ .Title }} - <script data-goatcounter="https://schizoid.goatcounter.com/count" - async src="//gc.zgo.at/count.js"></script> +<script data-goatcounter="https://ill.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> {{- end }} |