diff --git a/_layouts/post.html b/_layouts/post.html index 6422ff8..2ba50fa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -41,25 +41,27 @@ layout: default src="../assets/images/{{page.image}}.jpg" /> - {% if page.image-alt %} -
- {{ page.image-alt }} -
- {% endif %} - {% if page.image-attrib %} - {% if page.image-attrib-url %} -- Photo © {{ page.image-attrib }} -
- {% else %} -- Photo © {{ page.image-attrib }} -
++ {% if page.image-alt %} + + {{ page.image-alt }} + {% endif %} - {% endif %} -
+ {% if page.image-attrib %} + + {% if page.image-alt %} + • + {% endif %} + {% if page.image-attrib-url %} + + Photo © {{ page.image-attrib }} + + {% else %} + Photo © {{ page.image-attrib }} + {% endif %} + {% endif %} + {% endif %}