++ main link

This commit is contained in:
Nico Schottelius 2019-10-12 19:16:33 +02:00
parent c0b16fbb45
commit f6dd2a8e43
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
<li{% if this._path == '/' %} class="active"{% endif
%}><a href="{{ '/'|url }}">Welcome</a></li>
{% for href, title in [
['/install', 'Installation']
['/install', 'Installation'],
['/configure', 'Configuration']
] %}
<li{% if this.is_child_of(href) %} class="active"{% endif
%}><a href="{{ href|url }}">{{ title }}</a></li>