We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d29de commit eea9e24Copy full SHA for eea9e24
_includes/gallery
@@ -30,7 +30,7 @@
30
{% capture url %}{{ item.image_url }}{% endcapture %}
31
{% assign split_url = url | split: '.' %}
32
{% capture thumb_url %}{{split_url[0]}}-thumb.{{split_url[1]}}{% endcapture %}
33
- <li><a href="{{ site.urlimg }}{{ item.image_url }}"><img {% if item.caption %}data-caption="{{ item.caption }}"{% endif %} src="{{ site.urlimg }}{{ thumb_url }}" alt=""></a></li>
+ <li><a href="{{ site.urlimg }}{{ item.image_url }}"><img {% if item.caption %}data-caption="{{ item.caption }}"{% endif %} src="{{ site.urlimg }}{{ thumb_url }}" alt="{{ item.caption }}"></a></li>
34
{% endfor %}
35
</ul>
36
-</div>
+</div>
0 commit comments