From e7f9cd88e277f5032e599964e717d41ab37e898c Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 14:59:58 +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 da9e75a..54ceacf 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -21,7 +21,7 @@ {% if page and page.extra.keywords %} {% endif %} - + {% endblock head %}