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