summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes/taglink.html
blob: 6e8642ef7019de296e612b137e40175f5eda72f6 (plain) (blame)
1
2
{% set tag_url = get_taxonomy_url(kind="tags", name=tag) %}
<a href="{{ tag_url | safe }}" class="taglink">{% if name %}{{ name }}{% else %}{{ tag }}{% endif %}</a>