diff options
Diffstat (limited to 'mnmlist/templates/base.html')
-rw-r--r-- | mnmlist/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html index 30b2c0b..61533c4 100644 --- a/mnmlist/templates/base.html +++ b/mnmlist/templates/base.html @@ -29,7 +29,7 @@ <footer> <nav> <ul> - {% for page in PAGES %} + {% for page in pages %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li> {% endfor %} {% if categories|length > 1 %} |