++ main link
This commit is contained in:
parent
c0b16fbb45
commit
f6dd2a8e43
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
<li{% if this._path == '/' %} class="active"{% endif
|
<li{% if this._path == '/' %} class="active"{% endif
|
||||||
%}><a href="{{ '/'|url }}">Welcome</a></li>
|
%}><a href="{{ '/'|url }}">Welcome</a></li>
|
||||||
{% for href, title in [
|
{% for href, title in [
|
||||||
['/install', 'Installation']
|
['/install', 'Installation'],
|
||||||
|
['/configure', 'Configuration']
|
||||||
] %}
|
] %}
|
||||||
<li{% if this.is_child_of(href) %} class="active"{% endif
|
<li{% if this.is_child_of(href) %} class="active"{% endif
|
||||||
%}><a href="{{ href|url }}">{{ title }}</a></li>
|
%}><a href="{{ href|url }}">{{ title }}</a></li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue