--- layout: default ---
{% assign collection = paginator.posts.first.collection %}

All {{collection}}

{% if collection == "pages" %} {% assign items = paginator.posts | sort: 'page_number' | reverse %} {% else %} {% assign items = paginator.posts | sort: 'date' | reverse %} {% endif %} {% for item in items %} {% endfor %}
{% if collection == "pages" %} Subscribe {% elsif collection == "artworks" %} Subscribe {% endif %} · {% if paginator.total_pages > 1 %} {% endif %} {% include comments.html %}