aboutsummaryrefslogtreecommitdiffstats
path: root/waterspill/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'waterspill/templates/base.html')
-rw-r--r--waterspill/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill/templates/base.html b/waterspill/templates/base.html
index 1f9049d..1f72a5c 100644
--- a/waterspill/templates/base.html
+++ b/waterspill/templates/base.html
@@ -46,7 +46,7 @@
<h3>Pages</h3>
<ul>
{% 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 %}
</ul>
{% endif %}