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