diff --git a/_includes/header.html b/_includes/header.html
index 50d5be1524d474d4e5ea6a9b9cfff7f654504e95..14686a0d6c257aed51359a980ca7993bb8e2144b 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>