From 4760f08d931e28e8fcf03ad697ea12611963adb6 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Thu, 15 Jul 2021 13:11:55 -0400 Subject: [PATCH] Update _navigation.html --- _includes/_navigation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/_navigation.html b/_includes/_navigation.html index e5dc932..1d18f7c 100755 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -12,7 +12,8 @@ {% assign links = site.pages | where_exp: "item", "item.menuorder != nil" %} {% assign alllinks = links | concat: site.data.navigation | sort: 'menuorder' %} {% for link in alllinks %} -
  • + {% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %} ++
  • {% if link.menutitle %} {{link.menutitle}} {% else %}