aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'photowall/templates/taglist.html')
-rw-r--r--photowall/templates/taglist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/photowall/templates/taglist.html b/photowall/templates/taglist.html
new file mode 100644
index 0000000..1e0b95a
--- /dev/null
+++ b/photowall/templates/taglist.html
@@ -0,0 +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 %}