_includes/album.liquid in jekyll-rtd-theme-1.0.3 vs _includes/album.liquid in jekyll-rtd-theme-1.0.4
- old
+ new
@@ -1,7 +1,7 @@
<div class="album">
{%- for item in include.data -%}
<a class="item" href="{{ item.link | default: '#' }}">
- <img src="{{ item.image }}">{{ item.title }}
+ <img src="{{ item.image }}" alt="{{ item.title }}">{{ item.title }}
</a>
{%- endfor -%}
</div>