• Home
  • {% for collection in site.collections %} {% if collection.label != "posts" %}
  • {{ collection.name }}
      {% assign docs = (collection.docs | sort: "order") %} {% for doc in docs %}
    • {{ doc.title }}
    • {% endfor %}
  • {% endif %} {% endfor %}