Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 01:09:43 +00:00
parent 13addd41b0
commit d14d58bb1b

View file

@ -18,7 +18,7 @@
{% endif %}
{% endfor %}
{% for page in site.pages %}
{% if page.title !== "Home" %}
{% if page.path !== "index.html" %}
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
{% endif %}
{% endfor %}