chore: use with

This commit is contained in:
Fernandez Ludovic
2025-09-03 02:54:39 +02:00
parent 9b73081788
commit 1d86e6fa0f
3 changed files with 2 additions and 9 deletions

View File

@@ -7,12 +7,12 @@
{{- end }}
<!-- Umami -->
{{- if .Site.Params.analytics.umami -}}
{{- with .Site.Params.analytics.umami -}}
{{ partial "components/analytics/umami.html" . }}
{{- end }}
<!-- Matomo -->
{{- if .Site.Params.analytics.matomo -}}
{{- with .Site.Params.analytics.matomo -}}
{{ partial "components/analytics/matomo.html" . }}
{{- end }}