From c29e09f7b5be9cf8e805c8b412bbf50f51b845a0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 3 Aug 2015 20:49:27 +0200 Subject: sleepmap-theme/templates/base.html: Adding menu entries for software and hardware. Removing menu entry for projects. --- sleepmap-theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleepmap-theme') 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" %}
  • {{ p.title }}