diff --git a/_layouts/post.html b/_layouts/post.html index 1635a5e..e856aa2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@ {% if page.image.feature %}
- {% if page.image.credit %}
Image source: {{ page.image.credit }}
{% endif %} + {% if page.image.credit %}
Image source: {% if page.image.creditlink %}{% endif %}{{ page.image.credit }}{% if page.image.creditlink %}{% endif %}
{% endif %}
{{ page.title }}