diff --git a/theme/templates/page.html b/theme/templates/page.html index 1e0f272..9eb4a26 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -10,8 +10,15 @@ {% endblock content_header %} {% block content_body %} -
-{{ page.content }} +
+ {% if page.featured_image is defined %} + + {% endif %} + {{ page.content }}
{% endblock content_body %}