aboutsummaryrefslogtreecommitdiffstats
path: root/new-bootstrap2/templates/taglist.html
blob: fcc1b1dd079d6b8e1d7d188264436c4d29c307ec (plain)
1
2
3
4
5
6
7
{% if article.tags %}
<br/>
{#<span class="label">Tags</span>#}
{%- for tag in article.tags %}
	&nbsp;&nbsp;<a href="{{ SITEURL }}/{{ tag.url }}" class="label"><i class="icon-tag"></i>&nbsp;{{ tag }}</a>
{% endfor %}
{% endif %}