aboutsummaryrefslogtreecommitdiffstats
path: root/brownstone
diff options
context:
space:
mode:
Diffstat (limited to 'brownstone')
-rw-r--r--brownstone/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<dt>{{ article.locale_date }}</dt>
<dd><a href='{{ article.url }}'>{{ article.title }}</a></dd>
- <dd>Catégorie : <a href="{{ article.category }}">{{ article.category }}</a></dd>
+ <dd>Catégorie : <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a></dd>
{% endfor %}
</dl>
</div>