From 43318f9119ce844cd55975dddc82a07ba477869a Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 17:59:12 -0600 Subject: [PATCH] Update nav.html --- _includes/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav.html b/_includes/nav.html index bf6d375..b5468d2 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -75,7 +75,7 @@ {%- 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 -%}