Skip to content

Commit

Permalink
Update base template
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaodong committed Mar 21, 2018
1 parent c9aa8ee commit ba9d15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/itoy/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{% endif %}

{% if DISPLAY_PAGES_ON_MENU -%}
{% for pg in PAGES|sort(attribute='page_order') %}
{% for pg in pages|sort(attribute='page_order') %}
<li class="pure-menu-item{% if pg == page %} pure-menu-selected{% endif %}">
<a class="pure-menu-link" href="{{ SITEURL }}/{{ pg.url }}" title="{{ pg.title }}">{{ pg.title }}</a>
</li>
Expand Down

0 comments on commit ba9d15e

Please sign in to comment.