diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/schizo/layouts/_default/baseof.html | 2 | ||||
-rw-r--r-- | themes/schizo/layouts/_default/list.html | 2 | ||||
-rw-r--r-- | themes/schizo/layouts/_default/single.html | 2 | ||||
-rw-r--r-- | themes/schizo/layouts/index.html | 3 |
4 files changed, 9 insertions, 0 deletions
diff --git a/themes/schizo/layouts/_default/baseof.html b/themes/schizo/layouts/_default/baseof.html index 24e887a..0037006 100644 --- a/themes/schizo/layouts/_default/baseof.html +++ b/themes/schizo/layouts/_default/baseof.html @@ -25,6 +25,8 @@ {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} </article> + <script data-goatcounter="https://schizoid.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> </main> {{ block "footer" . }} <footer> diff --git a/themes/schizo/layouts/_default/list.html b/themes/schizo/layouts/_default/list.html index 601fc08..c028241 100644 --- a/themes/schizo/layouts/_default/list.html +++ b/themes/schizo/layouts/_default/list.html @@ -3,6 +3,8 @@ {{- end }} {{ define "main" -}} {{ .Content }} + <script data-goatcounter="https://schizoid.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> <ul> {{- range.Pages }} <li> diff --git a/themes/schizo/layouts/_default/single.html b/themes/schizo/layouts/_default/single.html index 56c5a11..57bdc1b 100644 --- a/themes/schizo/layouts/_default/single.html +++ b/themes/schizo/layouts/_default/single.html @@ -1,3 +1,5 @@ {{ define "title" -}} {{ .Title }} + <script data-goatcounter="https://schizoid.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> {{- end }} diff --git a/themes/schizo/layouts/index.html b/themes/schizo/layouts/index.html index 697a182..b3d20dc 100644 --- a/themes/schizo/layouts/index.html +++ b/themes/schizo/layouts/index.html @@ -37,6 +37,9 @@ h3 { <li><a href="https://ftp.schizoid.party/">FTP Directory</a></li> </ul> + <script data-goatcounter="https://schizoid.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> + <!-- <h3>Posts</h3> |