diff options
| author | Stefan Ziegler <stefan.ziegler_zst@gmx.de> | 2018-03-01 01:31:01 +0100 |
|---|---|---|
| committer | Stefan Ziegler <stefan.ziegler_zst@gmx.de> | 2018-03-01 01:31:01 +0100 |
| commit | dcf479d1e725fa93ac80bc60b7cb126cdc66f639 (patch) | |
| tree | 11fd8e95a3c5e020b4521f0b71d612daa6638eea /theme/templates | |
| parent | 44725def8c2a625fa3b1cb7a1cdabbf5facb42a3 (diff) | |
neue Unterseiten Ressourcen, Kontakte, Projekte, Anpassung Theme
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/base.html | 2 | ||||
| -rw-r--r-- | theme/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 7cceb5e..ad10ca3 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -24,7 +24,7 @@ <li><a href="{{ link }}">{{ title }}</a></li> {% endfor %} {% if DISPLAY_PAGES_ON_MENU -%} - {% for pg in PAGES %} + {% for pg in pages %} <li{% if pg == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ pg.url }}">{{ pg.title }}</a></li> {% endfor %} {% endif %} 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> |
