From 8b4f280426c1226b62b6b25015433a83165899d1 Mon Sep 17 00:00:00 2001 From: Andrew B Date: Sat, 20 May 2017 19:27:34 +1000 Subject: [PATCH] Amended the display of pages list in naviagtion.html Adjusted the reference of files to correct case --- templates/partials/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/navigation.html b/templates/partials/navigation.html index 713f962..223a9e9 100644 --- a/templates/partials/navigation.html +++ b/templates/partials/navigation.html @@ -8,7 +8,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} - {% for p in PAGES %} + {% for p in pages %} {{ p.title }} {% endfor %} {% else %}