{{ page.title }}

{% for photo in page.photos %}
{% capture photo_url %}{{ site.asset_prefix }}/gallery/{{ page.gallery }}/{{ photo.name }}{% endcapture %} {% if photo.width %} {% assign width=photo.width %} {% else %} {% assign width=640 %} {% endif %} {% assign sizes=''|split:'' %} {% for size in site.photo_sizes %} {% if size[0] == width %} {% assign height=size[1] %} {% endif %} {% endfor %} {% capture label %}{{ width }}x{{ height }}{% endcapture %} {% if width == 640 %} {% assign file='640w' %} {% else %} {% assign file=label %} {% endif %} {{ photo.title }}
{% endfor %}