diff --git a/_layouts/page.html b/_layouts/page.html index 170e0e5..84b75c7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -13,7 +13,7 @@
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} + {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}

{% endif %}{% endif %}

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %} @@ -31,7 +31,7 @@
-{% include scripts.html %} +{% include scripts.html %} - \ No newline at end of file + diff --git a/_layouts/post.html b/_layouts/post.html index 4b6536c..a4b0b28 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} + {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Image credit: {{ page.image.credit }}

{% endif %}{% endif %}
@@ -64,7 +64,7 @@
-{% include scripts.html %} +{% include scripts.html %}