From 3e68feee3cde8a90514df99f53652b3e595ad3c3 Mon Sep 17 00:00:00 2001 From: Nathan Harrington Date: Mon, 30 May 2016 13:19:49 -0400 Subject: Correctly display pages on menu by correcting pages variable name --- pelican-bootstrap3/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 610d050..84947c1 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -122,7 +122,7 @@
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} - {% for p in PAGES %} + {% for p in pages %} {{ p.menulabel|default(p.title) }} -- cgit v1.1