From 690d0b5e8adc3c4129acc33b1c15c22987f6e871 Mon Sep 17 00:00:00 2001 From: Peter Mosses Date: Thu, 29 Aug 2019 14:42:47 +0200 Subject: [PATCH] Revert "Update nav.html" This reverts commit 0cfc0f0357a3b98997ddafe05f819537ffcd1980. --- _includes/nav.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index 1c1dd2b..d561a42 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -10,7 +10,6 @@ {%- endif -%} {{ node.title }} {%- if node.has_children -%} - {%- if page.url == node.url or page.parent == node.title or page.grand_parent == node.title -%} {%- assign children_list = site.html_pages | where: "parent", node.title | sort:"nav_order" -%} {%- endif -%} - {%- endif -%} {%- endif -%} {%- endunless -%}