{% assign doc_groups = site.docs | group_by: "section" %} {% for group in doc_groups %} {% assign gindex = forloop.index0 %} {% assign gitems = group.items | sort: "id" %} {% for doc_hash in gitems %} {% if doc_hash.id == page.id %} {% assign index = forloop.index0 %} {% assign groupindex = gindex %} {% break %} {% endif %} {% endfor %} {% if index %} {% break %} {% endif %} {% endfor %} {% if index %}