Merge pull request #3 from itsonlybarney/hotfix/partial.navigation-update

Amended the display of pages list in navigation.html
This commit is contained in:
Arul 2017-05-20 18:22:50 +05:30 committed by GitHub
commit e10fcb6477

View file

@ -8,7 +8,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
{% for p in PAGES %}
{% for p in pages %}
<li{% if p == page %} class="nav-{{p.slug}} active"{% endif %} role="presentation"><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
{% else %}