diff --git a/_includes/nav.html b/_includes/nav.html index 45c83d5..93dcf21 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -29,7 +29,7 @@ {%- endif -%} {{ child.title }} {%- if child.has_children -%} - {%- assign grand_children_list = pages_list | where: "parent", child.title -%} + {%- assign grand_children_list = pages_list | where: "parent", child.title | where: "grand_parent", node.title -%}