diff options
Diffstat (limited to 'nmnlist')
-rw-r--r-- | nmnlist/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmnlist/templates/base.html b/nmnlist/templates/base.html index ccbe1ba..9f028e9 100644 --- a/nmnlist/templates/base.html +++ b/nmnlist/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 %} |