diff --git a/_includes/nav.html b/_includes/nav.html index a69b946..53d0eec 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 -%}