Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:45:43 +00:00
parent eb4a74473c
commit 355b9cca3b

View file

@ -22,6 +22,12 @@
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title | remove: "Home" }}</a></li> <li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title | remove: "Home" }}</a></li>
{% endif %} {% endif %}
{% endfor %} {% 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>
<ul class="actions vertical"> <ul class="actions vertical">
<li><a href="#" class="button special fit">Get Started</a></li> <li><a href="#" class="button special fit">Get Started</a></li>