diff options
Diffstat (limited to 'subtle/templates/index.html')
-rwxr-xr-x | subtle/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subtle/templates/index.html b/subtle/templates/index.html index 6413c43..ad9d090 100755 --- a/subtle/templates/index.html +++ b/subtle/templates/index.html @@ -52,7 +52,7 @@ {% else %} <section id="content" class="body"> <h2>Pages</h2> - {% for page in PAGES %} + {% for page in pages %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} </section> |