diff options
Diffstat (limited to 'tuxlite_zf/templates/index.html')
-rw-r--r-- | tuxlite_zf/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_zf/templates/index.html b/tuxlite_zf/templates/index.html index 6e632dc..f6c8e52 100644 --- a/tuxlite_zf/templates/index.html +++ b/tuxlite_zf/templates/index.html @@ -41,7 +41,7 @@ {% else %} <h3>Pages</h3> - {% for page in PAGES %} + {% for page in pages %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} |