fix pages urls

This commit is contained in:
Bruno Binet 2012-03-02 23:19:03 +01:00 committed by Kyle Fuller
commit bfd0e63e3d
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
{% for p in PAGES %}
<li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/pages/{{ p.url }}">{{ p.title }}</a></li>
<li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
{% else %}
{% for cat, null in categories %}