summaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
authorStefan Ziegler <stefan.ziegler_zst@gmx.de>2018-03-01 01:31:01 +0100
committerStefan Ziegler <stefan.ziegler_zst@gmx.de>2018-03-01 01:31:01 +0100
commitdcf479d1e725fa93ac80bc60b7cb126cdc66f639 (patch)
tree11fd8e95a3c5e020b4521f0b71d612daa6638eea /theme/templates/index.html
parent44725def8c2a625fa3b1cb7a1cdabbf5facb42a3 (diff)
neue Unterseiten Ressourcen, Kontakte, Projekte, Anpassung Theme
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index c898247..30b91fb 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -56,7 +56,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>