From 8448ef26980e851ee5fb5b4e2b6a15556d4aa8af Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Feb 2021 14:47:31 +0100 Subject: [PATCH] Whitespace. --- templates/homepage.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index 09092361..ebccd96e 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -7,15 +7,15 @@ {% for blk in this.section.blocks %} -
- {% if blk.title %} -
-
-

{{ blk.title }}


-
+
+ {% if blk.title %} +
+
+

{{ blk.title }}


- {% endif %} - {{ blk }} -
+
+ {% endif %} + {{ blk }} +
{% endfor %} {% endblock %}