Add gallery list for 640w size

This commit is contained in:
Danny Berger
2014-09-28 11:47:20 -06:00
parent ed897a77ff
commit f9be2223aa

View File

@@ -0,0 +1,2 @@
{% capture path %}gallery/{{ include.gallery }}{% endcapture %}
{% loopdir path:path match:"*.md" sort:"ordering" %}<a href="/{{ item.fullname }}.html"><img alt="Photo: {{ item.title }}" src="{{ site.asset_prefix }}/{{ item.fullname }}~640w.jpg" title="{{ item.title }}" width="640" /></a>{% endloopdir %}