Last Updated: {{ last_modified_at | date: "%-d %B %Y" }}
{% assign place_images = collections.place_images | reverse %}
{% for image in place_images %}
{% capture absolute_url %}/{{image}}{% endcapture %}
{% assign folder_size = absolute_url.size | minus: 6 %}
{% capture absolute_folder %}{{ absolute_url | slice: 0, folder_size }}{% endcapture %}
{% if absolute_folder == page.url %}
{% endif %}
{% endfor %}
Tags: {% assign tags = tags | sort | remove: "places" %} {% for tag in tags %}{% unless forloop.first %}, {% endunless %} {% assign tag_page = site.tags | where: "slug", tag | first %} {% if tag_page %}{% endif %}{{ tag }}{% if tag_page %}{% endif %}{% endfor %}