aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/templates/tags.html')
-rw-r--r--dev-random/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/tags.html b/dev-random/templates/tags.html
index b95d401..5d8a8c7 100644
--- a/dev-random/templates/tags.html
+++ b/dev-random/templates/tags.html
@@ -7,7 +7,7 @@
<h1>Mots-clés</h1>
<ul id="tagslist">
{% for tag in tag_cloud %}
- <li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/tag/{{ tag.0 }}.html">{{ tag.0 }}</a></li>
+ <li class="tag-{{ tag.1 }}"><a href="{{ SITEURL }}/{{ tag.0.url }}">{{ tag.0 }}</a></li>
{% endfor %}
</ul>
</section>