aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/templates')
-rw-r--r--bootstrap/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/base.html b/bootstrap/templates/base.html
index e9edd0e..7312df2 100644
--- a/bootstrap/templates/base.html
+++ b/bootstrap/templates/base.html
@@ -48,7 +48,7 @@
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
- {% for page in PAGES %}
+ {% for page in pages %}
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
{% endif %}