aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'mnmlist/templates/categories.html')
-rw-r--r--mnmlist/templates/categories.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/categories.html b/mnmlist/templates/categories.html
index 78362e4..e29be0c 100644
--- a/mnmlist/templates/categories.html
+++ b/mnmlist/templates/categories.html
@@ -2,7 +2,7 @@
{% block content %}
<ul>
{% for category, articles in categories %}
- <li><a href="{{ SITEURL }}/category/{{ category }}.html">{{ category }}</a></li>
+ <li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
{% endblock %}