diff options
Diffstat (limited to 'cebong/templates/index.html')
-rw-r--r-- | cebong/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cebong/templates/index.html b/cebong/templates/index.html index 2da63e0..4fe58de 100644 --- a/cebong/templates/index.html +++ b/cebong/templates/index.html @@ -51,7 +51,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> |