fix broken Pages url

This commit is contained in:
Tshepang Lekhonkhobe
2012-04-07 12:11:41 +02:00
parent 8c1f087385
commit 9c76a4e317

View File

@@ -41,7 +41,7 @@
{% if DISPLAY_PAGES_ON_MENU %} {% if DISPLAY_PAGES_ON_MENU %}
{% for page in PAGES %} {% for page in PAGES %}
<li><a href="{{ SITEURL }}/pages/{{ page.url }}">{{ page.title }}</a></li> <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</ul> </ul>