From f6dd2a8e43ef8b605ba6dbca7dde8e2c49bd5d3b Mon Sep 17 00:00:00 2001 From: Nico Schottelius <nico@nico-notebook.schottelius.org> Date: Sat, 12 Oct 2019 19:16:33 +0200 Subject: [PATCH] ++ main link --- lektor/templates/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lektor/templates/layout.html b/lektor/templates/layout.html index 91abb8e..231704c 100644 --- a/lektor/templates/layout.html +++ b/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>