From 1481e38288d57822978d667ff48e68016d6c1756 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:08:56 -0600 Subject: [PATCH] Update nav.html --- _includes/nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%}