{{- if hugo.IsProduction -}} {{- if .Site.Config.Services.GoogleAnalytics.ID }} {{ partial "google-analytics.html" . -}} {{- end }} {{- if .Site.Params.analytics.umami -}} {{ partial "components/analytics/umami.html" . }} {{- end }} {{- if .Site.Params.analytics.matomo -}} {{ partial "components/analytics/matomo.html" . }} {{- end }} {{- if .Site.Params.analytics.goatCounter -}} {{ partial "components/analytics/goat-counter.html" . }} {{- end -}} {{- end }}