From 8345a0b1e3ecd09ce91485bab99b60ab3052975b Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 17:36:33 -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 788fbc3..9cc73c8 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -75,14 +75,14 @@ {%- if child.has_children -%} {%- endif -%} - {{ child.title }} + {{ 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 -%}