diff --git a/_layouts/post.html b/_layouts/post.html index a01361d..6422ff8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -41,21 +41,22 @@ layout: default src="../assets/images/{{page.image}}.jpg" /> -

{% if page.image-alt %} - {{ page.image-alt }} +

+ {{ page.image-alt }} +

{% endif %} {% if page.image-attrib %} - {% if page.image-alt %} - • - {% endif %} {% if page.image-attrib-url %} - - Photo © {{ page.image-attrib }} +

+ Photo © {{ page.image-attrib }} +

{% else %} - Photo © {{ page.image-attrib }} +

+ Photo © {{ page.image-attrib }} +

{% endif %} {% endif %}