From a3f7a2a7489fae58767a4e5bc6b6348e9077cb9f Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 15:45:58 +0100 Subject: [PATCH] correction des erreurs de syntaxe pour zola --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 83aeb94..3dbf1e2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,6 @@ {% block content %}
- {{ section.content || safe }} + {{ section.content | safe }}
{% endblock content %}