diff --git a/_layouts/home.html b/_layouts/home.html index f889e35f..bddda197 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -13,10 +13,22 @@ {% include _navigation.html %} -{% if page.image.feature %}
- {{ page.title }} feature image - {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %} -
{% endif %} +{% if page.image.feature %} +
+ {{ page.title }} feature image + {% if page.image.credit %} + Photo Credit: {{ page.image.credit }} + {% endif %} +
+{% endif %}
{% include _author-bio.html %} diff --git a/_layouts/page.html b/_layouts/page.html index ae3ad7fa..62df57e2 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -13,10 +13,22 @@ {% include _navigation.html %} -{% if page.image.feature %}
- {{ page.title }} feature image - {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %} -
{% endif %} +{% if page.image.feature %} +
+ {{ page.title }} feature image + {% if page.image.credit %} + Photo Credit: {{ page.image.credit }} + {% endif %} +
+{% endif %}