feat: add umami analytics
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 48s

This commit is contained in:
Radu C. Martin 2025-04-08 10:39:27 +02:00
parent 21dcebdc33
commit c8371d2890
5 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{{ if hugo.IsProduction }}
{{ partialCached "hugomods/umami-analytics/index" . .Params.analyze }}
{{ end }}