From 59298b6952856e8bf31d727428a6691f3b217d3b Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:06:42 -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 f8e11ad..a69b946 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 -%}