meta: remove analytics
This commit is contained in:
parent
4597071067
commit
754f026918
2 changed files with 0 additions and 8 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
</title>
|
</title>
|
||||||
{{ partialCached "head/css.html" . }}
|
{{ partialCached "head/css.html" . }}
|
||||||
{{ partialCached "head/js.html" . }}
|
{{ partialCached "head/js.html" . }}
|
||||||
{{ partial "head/analytics.html" . }}
|
|
||||||
{{ with .OutputFormats.Get "rss" -}}
|
{{ with .OutputFormats.Get "rss" -}}
|
||||||
{{ printf `<link rel="%q" type="%q" href="%q" title="%q" />` .Rel .MediaType.Type
|
{{ printf `<link rel="%q" type="%q" href="%q" title="%q" />` .Rel .MediaType.Type
|
||||||
.Permalink site.Title | safeHTML
|
.Permalink site.Title | safeHTML
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{{ if hugo.IsProduction }}
|
|
||||||
<script
|
|
||||||
data-goatcounter="https://jankremer.goatcounter.com/count"
|
|
||||||
async
|
|
||||||
src="//gc.zgo.at/count.js"
|
|
||||||
></script>
|
|
||||||
{{ end }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue