diff options
Diffstat (limited to 'waterspill-en/templates/base.html')
-rw-r--r-- | waterspill-en/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill-en/templates/base.html b/waterspill-en/templates/base.html index a60034e..dd7962d 100644 --- a/waterspill-en/templates/base.html +++ b/waterspill-en/templates/base.html @@ -55,7 +55,7 @@ <li> <h3>Pages</h3> <ul> - {% for page in PAGES %} + {% for page in pages %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} </ul> |