Merge pull request #19 from vxnick/umami-for-production

Enable Umami analytics in Production only
This commit is contained in:
Francesco Tomaselli 2024-09-02 22:53:31 +02:00 committed by GitHub
commit 640a6c6956

View file

@ -34,8 +34,9 @@
{{ if hugo.IsProduction }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
{{ if .Site.Params.umami.enable }}
{{ partial "umami.html" . }}
{{ end }}
{{ end }}