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