Archive:
    {% if site.collection_order %} {% for col_in_order in site.collection_order %} {% for collection in site.collections %} {% if collection.label == col_in_order %}

    {% if collection.alias %} {{collection.alias}} {% else %} {{collection.label}} {% endif %}

    {% for post in collection.docs %} {% if post.publish != false %}
  • {{post.title}}
  • {% endif %} {% endfor %}
    {% endif %} {% endfor %} {% endfor %} {% else %} {% for collection in site.collections %}

    {% if collection.alias %} {{collection.alias}} {% else %} {{collection.label}} {% endif %}

    {% for post in collection.docs %} {% if post.publish != false %}
  • {{post.title}}
  • {% endif %} {% endfor %}
    {% endfor %} {% endif %}
{% for collection in site.collections %}
    {% for post in collection.docs %} {% if post.publish != false %}
  • {{post.title}}
  • {% endif %} {% endfor %}
{% endfor %}