aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2/templates/taglist.html')
-rw-r--r--bootstrap2/templates/taglist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap2/templates/taglist.html b/bootstrap2/templates/taglist.html
index c7d5371..c87ec0e 100644
--- a/bootstrap2/templates/taglist.html
+++ b/bootstrap2/templates/taglist.html
@@ -1,6 +1,6 @@
{% if article.tags %}
-<span class="label label-warning">Tags</span>
+<span class="label">Tags</span>
{% for tag in article.tags %}
- <a href="{{ SITEURL }}/{{ tag.url }}" class="btn btn-warning xsmall">{{ tag }}</a>
+ <a href="{{ SITEURL }}/{{ tag.url }}"><i class="icon-tag"></i>{{ tag }}</a>
{% endfor %}
{% endif %}