diff options
author | Skiz <skiznet@aol.com> | 2024-08-04 18:54:14 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-08-04 18:54:14 -0400 |
commit | 4b6c3048a99e0187e3d74aaf0ddc84827f268210 (patch) | |
tree | 512b70f8bfc52c9697484ab9d996b4cca0578c0a /themes/schizo | |
parent | 71192dfb4002f6bd9d381a236850446575b6af36 (diff) |
Added Goatcounter links.
Diffstat (limited to 'themes/schizo')
-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> |