diff --git a/_includes/nav.html b/_includes/nav.html index 9cc73c8..570f07f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -75,14 +75,14 @@ {%- if child.has_children -%} {%- endif -%} - {{ child.title }}{%- if child.date -%} - {{ child.date }} {%- endif -%} + {{ child.title }}{%- if child.date -%} - {{ child.date }} {%- endif -%} {%- if child.has_children -%} {%- assign grand_children_list = pages_list | where: "parent", child.title | where: "grand_parent", node.title -%}