Skip to content

Instantly share code, notes, and snippets.

@suwa320
Created August 22, 2012 15:50
Show Gist options
  • Select an option

  • Save suwa320/3426947 to your computer and use it in GitHub Desktop.

Select an option

Save suwa320/3426947 to your computer and use it in GitHub Desktop.
{% if page.photoset %}
<div class="gallery">
{% for photo in page.photos %}
<a href="{{ photo.medium_source }}">
<img src="{{ photo.square_source }}" width="{{ photo.square_width }}" height="{{ photo.square_height }}" />
</a>
{% endfor %}
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment