Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 01:09:12 +00:00
parent 8111168c02
commit 13addd41b0
1 changed files with 1 additions and 1 deletions

View File

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