diff options
-rw-r--r-- | graymill/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li><a href="{{ link }}">{{ title }}</a></li> {% endfor %} - {% if DISPLAY_PAGES_ON_MENU and PAGES %} + {% if DISPLAY_PAGES_ON_MENU and pages %} {% for p in pages %} <li><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li> {% endfor %} |