Skip to content
Snippets Groups Projects
Commit 29902bdb authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Adding home button

parent 4ddb2108
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment