From 0c4b44e66f8fad765f51b0cb723d0415d0d8437a Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Thu, 18 Nov 2021 00:20:20 +0100 Subject: [PATCH] Fixed header. --- _includes/header.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 8254d76..47f1c49 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,11 +4,12 @@ {% if page.permalink != '/sitemap/' %}
  • Sitemap
  • {% endif %} - {% if page.permalink == 'index.html' or page.url == '/' %} -
  • About
  • - {% else %} + {% if page.permalink != 'index.html' and page.url != '/' %}
  • Home
  • {% endif %} + {% if page.permalink != '/about/' %} +
  • About
  • + {% endif %} {% if page.permalink != '/software/' %}
  • Software
  • {% endif %}