From 1f2a657f3131aa9fd00d999a8d172080fd371e35 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 10 Jun 2022 13:28:36 -0700 Subject: [PATCH] Fix Matomo tracking code logic --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6968c0e..18e5863 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ if isset .Site.Params "MatomoSiteId" }} + {{ if isset .Site.Params "matomositeid" }}