diff --git a/templates/themes/index/index.html b/templates/themes/index/index.html index 953e7bf4..2d037ccc 100644 --- a/templates/themes/index/index.html +++ b/templates/themes/index/index.html @@ -23,7 +23,7 @@
Boards -

-
-
-
{{ settings.description }}
-
- -
-
{{ settings.quoteofnow }}
-
- -
-
+ {% if settings.description or settings.imageofnow or settings.quoteofnow or settings.videoofnow %} +
+
+ {% if settings.description %} +
{{ settings.description }}
+
+ {% endif %} + {% if settings.imageofnow %} + +
+ {% endif %} + {% if settings.quoteofnow %} +
{{ settings.quoteofnow }}
+
+ {% endif %} + {% if settings.videoofnow %} + +
+ {% endif %} +
+ {% endif %} +
{% if news|length == 0 %}

(No news to show.)