mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-01-21 19:33:17 +00:00
bca918196b
Pages index/links were not appearing in the menu for whatever the value for {% if DISPLAY_PAGES_ON_MENU != False %} when the for loop was executed -> {% for p in PAGES %} | for a reason lowercase the variable name PAGES to pages works fine.