aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/taglist.html')
-rw-r--r--sleepmap-theme/templates/taglist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/sleepmap-theme/templates/taglist.html b/sleepmap-theme/templates/taglist.html
new file mode 100644
index 0000000..7ed6bf1
--- /dev/null
+++ b/sleepmap-theme/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 %}<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a>{% endif %}</p>