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