---
layout: default
wide_gallery: true
---
{% for post in site.art reversed %}
{% if post.published == false %}
{% continue %}
{% endif %}
{% assign items = post.content | markdownify | lazy_images | gallery_items %}
{% for item in items %}
-
{% if post.anchor and forloop.first %}
{% endif %}
{{ item }}
{% endfor %}
{% endfor %}