aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme')
-rw-r--r--sleepmap-theme/templates/taglist.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleepmap-theme/templates/taglist.html b/sleepmap-theme/templates/taglist.html
index 7ed6bf1..860c11e 100644
--- a/sleepmap-theme/templates/taglist.html
+++ b/sleepmap-theme/templates/taglist.html
@@ -1,2 +1 @@
{% 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>