From 93ecee26b4819da60654d2c9fb8cb4ddf3846f2d Mon Sep 17 00:00:00 2001 From: Simon Meggle Date: Tue, 30 Apr 2024 08:30:21 +0200 Subject: [PATCH] Disabled cookiescript partial (changed to GTM) --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3b7c797..5940566 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ - {{ partial "cookie_consent.html" . }} + {{/* {{ partial "cookie_consent.html" . }} */}} {{ if and (or (eq .Type "blog") (eq .Type "news")) .Params.commentid }}