Browse Source

++ main link

wip
Nico Schottelius 3 years ago
parent
commit
f6dd2a8e43
  1. 3
      lektor/templates/layout.html

3
lektor/templates/layout.html

@ -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>

Loading…
Cancel
Save