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