diff options
Diffstat (limited to 'bootlex')
-rw-r--r-- | bootlex/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html index 95629dd..c7dbb8a 100644 --- a/bootlex/templates/base.html +++ b/bootlex/templates/base.html @@ -31,7 +31,7 @@ {% if PAGES %} <li class="nav-header">Seiten</li> {% for p in PAGES %} - <li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}{{ p.url }}">{{ p.title }}</a></li> + <li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li> {% endfor %} {% endif %} {% else %} |