layout | title | permalink |
---|---|---|
page |
Gallery |
/gallery |
{% assign photos = site.pages | where_exp: "item", "item.dir contains '/photos/'" | sort: "date" | reverse %}
- {% for photo in photos %}
-
<figcaption> {% if photo.title %}<big> {{ photo.title }} </big>{% endif %} <small> <img class="icon" src="/images/camera.svg" alt="Camera"> {{ photo.camera }} · <img class="icon" src="/images/location.svg" alt="Location"> {{ photo.location }} · {{ photo.date | date: "%-d %B %Y %H:%M" }} </small> </figcaption> </li>{% endfor %}