aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates/taglist.html
blob: 0f4862d01736e597db8ee5513826af5e1ef5cd65 (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 %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a></p>{% endif %}