From 3e44f7cbb5d1f295fad2afd5a232ca8b3f53653a Mon Sep 17 00:00:00 2001 From: lubuwest Date: Thu, 16 Mar 2023 21:46:29 +0100 Subject: [PATCH] SITEDESCRIPTION fix --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f55b253..a54fab0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {℅ endblock %} {% if SITEDESCRIPTION %} -

{{ SITEDESCRIPTION }} +

{{ SITEDESCRIPTION }}

{% endif %} {% block content %} {% for article in articles %}