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/base.html | |
| parent | 44725def8c2a625fa3b1cb7a1cdabbf5facb42a3 (diff) | |
neue Unterseiten Ressourcen, Kontakte, Projekte, Anpassung Theme
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 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 %} |
