From 8a626d084391910260eefb985f78d163114f8dcb Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 10 Oct 2023 20:59:16 +0200
Subject: [PATCH] hotfix

---
 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 243ece6a..96f9fc76 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -31,7 +31,7 @@
     {{- partial "footer/plausible.html" . -}}
     {{- partial "footer/js.html" . -}}
     {{- partial "footer/script.html" . -}}
-    {{- if or (not hugo.IsProduction) site.Params.force_debug -}}
+    {{- if not hugo.IsProduction -}}
       {{- partial "footer/debug.html" . -}}
     {{- end -}}
   </body>
-- 
GitLab