diff options
Diffstat (limited to 'sleepmap-theme/templates')
-rw-r--r-- | sleepmap-theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleepmap-theme/templates/base.html b/sleepmap-theme/templates/base.html index 673ffc8..34d2bc0 100644 --- a/sleepmap-theme/templates/base.html +++ b/sleepmap-theme/templates/base.html @@ -23,7 +23,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %} {% for p in PAGES %} - {% if p.title == "Projects" or p.title == "Music" or p.title == "Installations" or p.title == "About" or p.title == "Contact" %} + {% if p.title == "Software" or p.title == "Hardware" or p.title == "Music" or p.title == "Installations" or p.title == "About" or p.title == "Contact" %} <li {% if p == page %}class="active"{% endif %}> <a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a> <ul> |