From d35b46995a87584100ca54508d000ad9c36f53fa Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Thu, 5 Jan 2017 19:03:02 +0300 Subject: [PATCH] Remove PAGES; use pages instead Remove PAGES from context as "pages" is available See: https://github.com/getpelican/pelican/commit/ec5c77b25145f7c20fee24c6b85b478295dbc956 Closes: #55 --- alchemy/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 3e8a4e2..4c782d3 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -68,13 +68,13 @@ {% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} - {% if LINKS or (DISPLAY_PAGES_ON_MENU and PAGES) or ICONS %} + {% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %}