aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea
diff options
context:
space:
mode:
Diffstat (limited to 'sneakyidea')
-rw-r--r--sneakyidea/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sneakyidea/templates/tags.html b/sneakyidea/templates/tags.html
index 3a5db00..4dab120 100644
--- a/sneakyidea/templates/tags.html
+++ b/sneakyidea/templates/tags.html
@@ -5,7 +5,7 @@
<h1 class="entry-title">Tags</h1>
<ul id="cloud">
{% for tag in tag_cloud %}
- <li class="tag-{{ tag.1 }}"><a href="/tag/{{ tag.0 }}/">{{ tag.0 }}</a></li>
+ <li class="tag-{{ tag.1 }}"><a href="/tag/{{ tag.0 }}.html">{{ tag.0 }}</a></li>
{% endfor %}
</ul>
</section>