meta: remove analytics

This commit is contained in:
Jan Kremer 2025-03-22 15:55:16 +01:00
parent 4597071067
commit 754f026918
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 0 additions and 8 deletions

View file

@ -15,7 +15,6 @@
</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
{{ partial "head/analytics.html" . }}
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%q" type="%q" href="%q" title="%q" />` .Rel .MediaType.Type
.Permalink site.Title | safeHTML

View file

@ -1,7 +0,0 @@
{{ if hugo.IsProduction }}
<script
data-goatcounter="https://jankremer.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
{{ end }}