From 2b5cfd22d79d42e467db08c48127960833533e91 Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Thu, 11 Feb 2021 10:07:59 +0700 Subject: [PATCH] Fix #259 # Conflicts: # _layouts/projects.html # _layouts/welcome.html --- _includes/body/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/body/nav.html b/_includes/body/nav.html index 07b32c8aa0a..abbae2c35fc 100644 --- a/_includes/body/nav.html +++ b/_includes/body/nav.html @@ -15,7 +15,7 @@ {% endfor %} {% else %} - {% assign pages = site.pages | where: "menu", true %} + {% assign pages = site.html_pages | where: "menu", true %} {% assign documents = site.documents | where: "menu", true %} {% assign nodes = pages | concat: documents | sort: "order" %}