{% assign items = site[page.collection] | where: "section", page.section | sort: "category" %}
{% endif %}
-
{% for item in items %}
{% if item.url contains "index.html" %}
- {{ item.title }} {% endif %} {% endfor %} {% for item in items %} {% unless item.url contains "index.html" %} {% if item.category and category != item.category %} {% if category %}
{{ category }}
-
{% endif %}
- {{ item.title }} {% endunless %} {% endfor %} {% if category %}
{{ page.title }}
{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %}