]> git.somenet.org - somenet/www-somenet-org.git/blob - theme/templates/taglist.html
content/ntp.md
[somenet/www-somenet-org.git] / theme / templates / taglist.html
1 {% if article.tags %}
2 <br/>
3 {#<span class="label">Tags</span>#}
4 {%- for tag in article.tags %}
5         &nbsp;&nbsp;<a href="{{ SITEURL }}/{{ tag.url }}" class="label"><i class="icon-tag"></i>&nbsp;{{ tag }}</a>
6 {% endfor %}
7 {% endif %}