fix typo
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<div class="list-gallery">
|
<div class="list-gallery">
|
||||||
{% capture path %}gallery/{{ include.gallery }}{% endcapture %}
|
{% capture path %}gallery/{{ include.gallery }}{% endcapture %}
|
||||||
{% loopdir path:path match:"*.md" sort:"ordering" %}<a href="/{{ item.fullname }}.html"><img alt="Photo: {{ item.title }}" height="200" src="{{ site.asset_prefix }}/{{ item.fullname }}~200x200.jpg" title="{{ item.title }}" width="200" /></a>{% endloopdir %}
|
{% loopdir path:path match:"*.md" sort:"ordering" %}<a href="/{{ item.fullname }}.html"><img alt="Photo: {{ item.title }}" height="200" src="{{ site.asset_prefix }}/{{ item.fullname }}~200x200.jpg" title="{{ item.title }}" width="200" /></a>{% endloopdir %}
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user