aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootlex/templates/base.html')
-rw-r--r--bootlex/templates/base.html2
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 %}