aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/base.html')
-rw-r--r--sleepmap-theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleepmap-theme/templates/base.html b/sleepmap-theme/templates/base.html
index 7867908..7d51e63 100644
--- a/sleepmap-theme/templates/base.html
+++ b/sleepmap-theme/templates/base.html
@@ -26,7 +26,7 @@
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU != False %}
- {% for p in PAGES %}
+ {% for p in pages %}
{% if p.title == "Software" or p.title == "Hardware" or p.title == "Music" or p.title == "Installations" or p.title == "About" or p.title == "Contact" or p.title == "Photos" %}
<li {% if p == page %}class="active"{% endif %}>
<a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>