aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/templates/base.html')
-rw-r--r--bootstrap/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/base.html b/bootstrap/templates/base.html
index 9458d6e..03e00e3 100644
--- a/bootstrap/templates/base.html
+++ b/bootstrap/templates/base.html
@@ -31,7 +31,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU %}
{% for page in PAGES %}
- <li><a href="{{ SITEURL }}/pages/{{ page.url }}">{{ page.title }}</a></li>
+ <li><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
{% endif %}
{% for cat, null in categories %}