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