Add gallery list for 640w size
This commit is contained in:
2
_includes/gallery_list640w.html
Normal file
2
_includes/gallery_list640w.html
Normal 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 %}
|
||||||
Reference in New Issue
Block a user