aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2/templates/tags.html')
-rw-r--r--bootstrap2/templates/tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap2/templates/tags.html b/bootstrap2/templates/tags.html
index 6e8a22f..862eff6 100644
--- a/bootstrap2/templates/tags.html
+++ b/bootstrap2/templates/tags.html
@@ -4,10 +4,10 @@
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
{% for tag in tag_cloud %}
<li class="tag-{{ tag.1 }}">
- <a href="{{ SITEURL }}/tag/{{ tag.0 }}.html">
+ <a href="{{ SITEURL }}/{{ tag.0.url }}">
<i class="icon-tag icon-large"></i>{{ tag.0 }}
</a>
</li>
{% endfor %}
</ul>
-{% endblock %} \ No newline at end of file
+{% endblock %}