aboutsummaryrefslogtreecommitdiffstats
path: root/martyalchin
diff options
context:
space:
mode:
Diffstat (limited to 'martyalchin')
-rw-r--r--martyalchin/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/martyalchin/templates/article.html b/martyalchin/templates/article.html
index f5c6591..b6ec1c0 100644
--- a/martyalchin/templates/article.html
+++ b/martyalchin/templates/article.html
@@ -7,7 +7,7 @@
By <a class="url fn" href="#">{{ article.author }}</a>
{% endif %}
on <a>{{ article.date.locale_date }}</a>
- about <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>
+ about <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
</div>
{{ article.content }}
{% endblock %}