From c2ab65058d9802a813ef87f9f9d539d64d8283cc Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Thu, 11 Nov 2021 19:17:08 +0100 Subject: [PATCH] update --- templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index cef5504..9ad00ad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,9 +44,9 @@ {% endif %} - -
- {{ page.content | safe }} -
+ +
+ {{ section.content | safe }} +
{% endblock content %}