From 7937781e5da953ff7028d194bb463333248c3b97 Mon Sep 17 00:00:00 2001 From: Viktor Lin Date: Tue, 7 Apr 2015 00:22:46 +0800 Subject: fix wrong category link in archives.html --- brownstone/templates/archives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brownstone') diff --git a/brownstone/templates/archives.html b/brownstone/templates/archives.html index 5adaacb..43d6c5c 100644 --- a/brownstone/templates/archives.html +++ b/brownstone/templates/archives.html @@ -8,7 +8,7 @@ {% for article in dates %}
{{ article.locale_date }}
{{ article.title }}
-
Catégorie : {{ article.category }}
+
Catégorie : {{ article.category }}
{% endfor %} -- cgit v1.1