mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
Update header.html
This commit is contained in:
parent
a72185abbe
commit
868e0cb0da
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
{% 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>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue