From 801e6807fb30615d7519d9a184cf6a085869dd35 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 14:59:24 +0100 Subject: [PATCH] correction des erreurs de syntaxe pour zola --- templates/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index bfed957..da9e75a 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -21,7 +21,7 @@ {% if page and page.extra.keywords %} {% endif %} - + {% endblock head %}