diff --git a/_includes/image.html b/_includes/image.html index dea99d9dda..10ddd3e2ed 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1 +1 @@ -
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
+
{% if include.url %}{% endif %}{{include.alt}}{% if include.url %}{% endif %}{% if include.caption %}
{{include.caption}}
{% endif %}
\ No newline at end of file