--- layout: compress --- {% include head.html%}
{% include nav.html %}
{% assign items = site[page.collection] | where: "section", page.section | sort: "category" %}
    {% 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 %}
{% endif %} {% assign category = item.category %}
  • {{ category }}
    {% endif %}

  • {{ page.title }}


    {% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %}
    {% include footer.html %} {% include common-js.html %}