aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA/templates/taglist.html
blob: 16171627e80f1d98c943951b613d9c0be41063c0 (plain)
1
2
{% if article.tags %}<p>Category: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% endfor %}</p>{% endif %}
{% if PDF_PROCESSOR %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a></p>{% endif %}