{% for collection in site.collections reversed %} {% for ted in collection.label %} {% for page in site.[ted] %} {% if page.index == true %}

{{site.name}} {{ page.issue }}
{{ page.season }} {{ page.year }} . {{ page.topic }}
{{ page.subtopic }}

{% endif %} {% endfor %} {% endfor %} {% endfor %}