From 473cc87754bbe7acddfaf19eb96761d83a017da5 Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Tue, 18 May 2021 13:34:17 +0100 Subject: [PATCH] Move the noscript img tag to the "footer" --- layouts/partials/matomo_cookie_popup.html | 3 +++ layouts/partials/matomo_head.html | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/matomo_cookie_popup.html b/layouts/partials/matomo_cookie_popup.html index eeebe6a..b983a2e 100644 --- a/layouts/partials/matomo_cookie_popup.html +++ b/layouts/partials/matomo_cookie_popup.html @@ -1,4 +1,7 @@ {{ if and (isset .Site.Params "matomo") (eq .Site.Params.matomo.enable true) }} + - {{ if and (isset .Site.Params.matomo "noscript") (eq .Site.Params.matomo.noscript true) }} - - {{ end }} {{ end }}