Merge pull request #3 from itsonlybarney/hotfix/partial.navigation-update
Amended the display of pages list in navigation.html
This commit is contained in:
commit
e10fcb6477
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue