aboutsummaryrefslogtreecommitdiffstats
path: root/lightweight/templates
diff options
context:
space:
mode:
Diffstat (limited to 'lightweight/templates')
-rw-r--r--lightweight/templates/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lightweight/templates/menu.html b/lightweight/templates/menu.html
index 2e4702f..7ef9755 100644
--- a/lightweight/templates/menu.html
+++ b/lightweight/templates/menu.html
@@ -1,7 +1,7 @@
<nav id="menu">
<a href="{{ SITEURL }}/index.html">Accueil</a>
{% if DISPLAY_PAGES_ON_MENU != False%}
- {% for p in PAGES %}
+ {% for p in pages %}
<a {% if p == page %}class="active" {% endif %}href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>
{% endfor %}
{% else %}