diff --git a/themes/itoy/templates/base.html b/themes/itoy/templates/base.html index 5cd88ad..29a0b93 100644 --- a/themes/itoy/templates/base.html +++ b/themes/itoy/templates/base.html @@ -54,7 +54,7 @@ {% endif %} {% if DISPLAY_PAGES_ON_MENU -%} - {% for pg in PAGES|sort(attribute='page_order') %} + {% for pg in pages|sort(attribute='page_order') %}
  • {{ pg.title }}