diff --git a/_includes/image.html b/_includes/image.html index 1196cc9..3ab76e3 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -7,14 +7,14 @@ {% if include.caption %}
- {% if include.alt %}{{ include.alt }}{% else %}Image{% endif %} + {% if include.alt %}{{ include.alt }}{% else %}Image{% endif %}
{{ include.caption }}
{% else %}
- {% if include.alt %}{{ include.alt }}{% else %}Image{% endif %} + {% if include.alt %}{{ include.alt }}{% else %}Image{% endif %}
{% endif %}