From da97bc15394ec9203aeecc5344bfd4e745170b35 Mon Sep 17 00:00:00 2001 From: Augusto Pace Date: Mon, 13 May 2024 11:12:05 +0200 Subject: [PATCH] chore: renamed 'proto' to 'scheme' on umami integration --- exampleSite/hugo.yaml | 2 +- layouts/partials/analytics.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index a9093ce44..88b75b825 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -176,7 +176,7 @@ params: # siteId: 1 # Or any other number # # Umami # umami: - # proto: https + # scheme: https # instance: umami.example.com # id: diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html index 511530261..a619231e4 100644 --- a/layouts/partials/analytics.html +++ b/layouts/partials/analytics.html @@ -54,7 +54,7 @@ {{ with .umami }} - + {{end}} {{ end }}