Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 396 Bytes

index.md

File metadata and controls

13 lines (12 loc) · 396 Bytes

{% for my_collection in site.collections %} {% if my_collection.title %}

{{ my_collection.title }}

{% for my_page in my_collection.docs %} {% if my_page.title != 'Index' %}
  • {{ my_page.title }}
{% endif %} {% endfor %} {% endif %} {% endfor %}