diff --git a/themes/default/templates/content_item.html b/themes/default/templates/content_item.html index 7e37f47..25f7f29 100644 --- a/themes/default/templates/content_item.html +++ b/themes/default/templates/content_item.html @@ -9,7 +9,9 @@ {% block content %}
- + {% if content_item.image_file %} + content_item.image_file + {% endif %} {% if not content_item.omit_second_title %}

{{ content_item.title }}

{% endif %} diff --git a/themes/default/templates/default.html b/themes/default/templates/default.html index 86bacbb..a67afd6 100644 --- a/themes/default/templates/default.html +++ b/themes/default/templates/default.html @@ -18,7 +18,7 @@