diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 3885fee..a9093ce 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -174,8 +174,10 @@ params: # matomo: # instance: matomo.example.com # siteId: 1 # Or any other number - # # Matomo / Piwik + # # Umami # umami: + # proto: https + # instance: umami.example.com # id: # Enable Support diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html index 311469a..5115302 100644 --- a/layouts/partials/analytics.html +++ b/layouts/partials/analytics.html @@ -54,7 +54,7 @@ {{ with .umami }} - + {{end}} {{ end }}