Table of contents
-
{%- assign children_list = pages_list | where: "parent", node.title -%}
{% for child in children_list %}
{% if child.parent == page.title and child.title != page.title and child.grand_parent == page.parent %}
- {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %} {% endif %} {% endfor %}
{% endif %}