From 4efa74fd39b5e469d079e05bf1ab36dbfdb30ef5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 18 Apr 2016 01:05:12 +0200 Subject: sleepmap-theme/templates/base.html: Adding photos (and subpages) to the menu. --- 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 e88b271..7867908 100644 --- a/sleepmap-theme/templates/base.html +++ b/sleepmap-theme/templates/base.html @@ -27,7 +27,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %} {% 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" %} + {% 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" %}
  • {{ p.title }}