Update header.html
This commit is contained in:
parent
eb4a74473c
commit
355b9cca3b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue