From 6d94d62122c3af3abd30c0f9ac5b8b07d5d9aef3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Mon, 24 Jul 2023 11:26:13 +0200
Subject: [PATCH] no need context

---
 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 d47975a1..574bc71f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    {{ partial "head/csp.html" . }}
+    {{ partial "head/csp.html" }}
     {{ partial "head/css.html" }}
     {{ partial "head/seo.html" . }}
     {{ partial "head/favicons.html" . }}
-- 
GitLab