From 761a14d2e94a6d9b050fdc29764c5b896584363a Mon Sep 17 00:00:00 2001 From: SilverLuke Date: Sun, 29 Oct 2023 11:09:30 +0100 Subject: [PATCH] Add self-hosted goat counter --- layouts/partials/analytics.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html index fac3a09..8ae56fb 100644 --- a/layouts/partials/analytics.html +++ b/layouts/partials/analytics.html @@ -1,6 +1,6 @@ {{ with site.Params.features.analytics }} - {{ if .enabled }} + {{ if .enable }} {{ with .services }} {{ with .google }} @@ -19,11 +19,11 @@ {{ with .goatCounter }} - + {{ if .selfHosted }} + + {{ else }} + + {{ end }} {{ end }}