small fix

This commit is contained in:
Nuno Coração 2023-05-24 22:46:46 +01:00
parent 2b3b34fab9
commit bd603475c7

View file

@ -1,4 +1,3 @@
{{ if not hugo.IsProduction }}
{{ with site.Params.fathomAnalytics.site }}
{{ if isset $.Site.Params.fathomanalytics "domain" }}
<script defer src="https://{{ $.Site.Params.fathomanalytics.domain }}/script.js" data-site="{{ . }}"></script>
@ -8,4 +7,3 @@
{{ end }}
{{/* template "_internal/google_analytics.html" . */}}
{{ partial "ga-analytics.html" }}
{{ end }}