From 6dc141031246f440f755f62ba38b4cc92e9158c3 Mon Sep 17 00:00:00 2001 From: dcombest Date: Wed, 26 Oct 2016 14:41:02 -0500 Subject: [PATCH] altered how URLs are input --- _data/navigation.yml | 4 ++-- _includes/_navigation.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 8431e4b..a4f966f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,7 +2,7 @@ # Navigation to the left › side: left # - title: "Home" - url: "/" + url: "http://engys.github.io/HELYX-OS/" side: left - title: "Quick Links" @@ -12,7 +12,7 @@ - title: "About HELYX-OS" url: "http://engys.com/products/helyx-os" - title: "Installation" - url: "/installation/" + url: "http://engys.github.io/HELYX-OS/installation/" - title: "Training and Support" url: "http://engys.com/services/support" - title: "HELYX-OS on Github" diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 48758bb..a8b94a5 100644 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -35,14 +35,14 @@ {% comment %} If right side WITHOUT dropdown menu do {% endcomment %} {% if link.dropdown == nil %}
  • - {{ link.title | escape }} + {{ link.title | escape }} {% comment %} If right side WITH dropdown menu do {% endcomment %} {% else %}
  • - {{ link.title | escape }} + {{ link.title | escape }} @@ -89,14 +89,14 @@ {% comment %} If left side WITHOUT dropdown menu do {% endcomment %} {% if link.dropdown == nil %} - {{ link.title | escape }}
  • + {{ link.title | escape }}
  • {% comment %} If left side WITH dropdown menu do {% endcomment %} {% else %}
  • - {{ link.title | escape }} + {{ link.title | escape }}