diff options
Diffstat (limited to 'monospace/templates/base.html')
-rw-r--r-- | monospace/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monospace/templates/base.html b/monospace/templates/base.html index fa9c1e9..40d111e 100644 --- a/monospace/templates/base.html +++ b/monospace/templates/base.html @@ -43,7 +43,7 @@ <div id="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 %} |