aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates
diff options
context:
space:
mode:
Diffstat (limited to 'mnmlist/templates')
-rw-r--r--mnmlist/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html
index ad7f23b..2e45ed7 100644
--- a/mnmlist/templates/base.html
+++ b/mnmlist/templates/base.html
@@ -30,7 +30,7 @@
<nav>
<ul>
{% for page in PAGES %}
- <li><a href="{{ SITEURL }}/pages/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
+ <li><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
{% endfor %}
{% if categories|length > 1 %}
<li>:: <a href="{{ SITEURL }}/categories.html">Catégories</a></li>