From 10702375440aafb6634c7fd8b06cd1c05e44b2b6 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Fri, 16 Jul 2021 14:32:26 -0400 Subject: [PATCH 1/3] Update _navigation.html --- _includes/_navigation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 1d18f7c..541845f 100755 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -12,6 +12,7 @@ {% assign links = site.pages | where_exp: "item", "item.menuorder != nil" %} {% assign alllinks = links | concat: site.data.navigation | sort: 'menuorder' %} {% for link in alllinks %} + {{site.github.url}} {% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %} +
  • {% if link.menutitle %} From 7996b2636525fb1f1e758843b25e00c70e033a33 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Fri, 16 Jul 2021 14:34:43 -0400 Subject: [PATCH 2/3] Update _navigation.html --- _includes/_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 541845f..80bffa9 100755 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -14,7 +14,7 @@ {% for link in alllinks %} {{site.github.url}} {% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %} -+
  • +
  • {% if link.menutitle %} {{link.menutitle}} {% else %} From 438ea7119d9a285c713e8df3bda3cf9d5afb4d1e Mon Sep 17 00:00:00 2001 From: dnoneill Date: Fri, 16 Jul 2021 14:34:53 -0400 Subject: [PATCH 3/3] Update _navigation.html --- _includes/_navigation.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 80bffa9..8298f4b 100755 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -12,7 +12,6 @@ {% assign links = site.pages | where_exp: "item", "item.menuorder != nil" %} {% assign alllinks = links | concat: site.data.navigation | sort: 'menuorder' %} {% for link in alllinks %} - {{site.github.url}} {% if link.menuorder %}{% assign url = link.url | prepend: site.github.url %}{% else %}{% assign url = link.url %}{% endif %}
  • {% if link.menutitle %}