Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:45:43 +00:00
parent eb4a74473c
commit 355b9cca3b
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title | remove: "Home" }}</a></li>
{% endif %}
{% endfor %}
<li><a href="{{ site.url }}{{ site.baseurl }}">Home</a></li>
<li><a href="landing.html">Landing</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special fit">Get Started</a></li>