From 1fa60e7386d8c20907c39460fcb32f5041c553ec Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 3 Apr 2024 17:19:45 +0200 Subject: [PATCH] index.hmtl: trim template --- templates/themes/basic/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/themes/basic/index.html b/templates/themes/basic/index.html index 231d73d3..98cd0e39 100644 --- a/templates/themes/basic/index.html +++ b/templates/themes/basic/index.html @@ -17,7 +17,7 @@

{{ settings.title }}

{{ settings.subtitle }}
- +
{% if news|length == 0 %}

(No news to show.)

@@ -35,7 +35,7 @@ {% endfor %} {% endif %}
- +
{% include 'footer.html' %}