From 29902bdbad8ac9e9ef2794918bf9bfffb33fbd9e Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jacek.lebioda@uni.lu> Date: Mon, 12 Aug 2019 11:11:10 +0200 Subject: [PATCH] Adding home button --- _includes/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/header.html b/_includes/header.html index 50d5be1..14686a0 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,6 +7,7 @@ <input type="checkbox" /> <ul> + <li><a {% if page.layout == 'index' %} class="active" {% endif %} href="{{ site.baseurl }}/">Home</a></li> <li><a {% if page.section == 'About' %} class="active" {% endif %} href="{{ site.baseurl }}/about-node">About</a></li> <li><a {% if page.section == 'Services' %} class="active" {% endif %} href="{{ site.baseurl }}/services">Services</a></li> <li><a {% if page.section == 'Training' %} class="active" {% endif %} href="{{ site.baseurl }}/training">Training</a></li> -- GitLab