Update header.html

This commit is contained in:
Andrew Banchich 2017-07-05 21:50:45 +00:00
parent a72185abbe
commit 868e0cb0da
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% for page in site.pages %} {% for page in site.pages %}
{% if page.layout != "home" %} {% if page.layout != "home" and page.nav-menu == true %}
<li><a href="{{ page.url | absolute_url }}">{{ page.title }}</a></li> <li><a href="{{ page.url | absolute_url }}">{{ page.title }}</a></li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}