2025-08-25 13:01:10 +02:00
|
|
|
{{- if hugo.IsProduction -}}
|
|
|
|
|
|
|
|
<!-- Google Analytics -->
|
|
|
|
{{- if .Site.Config.Services.GoogleAnalytics.ID }}
|
|
|
|
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin />
|
|
|
|
{{ partial "google-analytics.html" . -}}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
<!-- Umami -->
|
2025-09-03 02:54:39 +02:00
|
|
|
{{- with .Site.Params.analytics.umami -}}
|
2025-08-25 13:01:10 +02:00
|
|
|
{{ partial "components/analytics/umami.html" . }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
<!-- Matomo -->
|
2025-09-03 02:54:39 +02:00
|
|
|
{{- with .Site.Params.analytics.matomo -}}
|
2025-08-25 13:01:10 +02:00
|
|
|
{{ partial "components/analytics/matomo.html" . }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- end }}
|