From 281089fcd1f22e4553f1adeed5b0210367b80542 Mon Sep 17 00:00:00 2001 From: rn4ir Date: Thu, 23 Nov 2017 22:32:57 -0500 Subject: Fixed 'pages' variable --- graymill/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graymill') diff --git a/graymill/templates/base.html b/graymill/templates/base.html index 55fc051..7e4a224 100644 --- a/graymill/templates/base.html +++ b/graymill/templates/base.html @@ -61,7 +61,7 @@
  • {{ title }}
  • {% endfor %} - {% if DISPLAY_PAGES_ON_MENU and PAGES %} + {% if DISPLAY_PAGES_ON_MENU and pages %} {% for p in pages %}
  • {{ p.title }}
  • {% endfor %} -- cgit