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 %}