aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-08-03 19:46:03 +0200
committerDavid Runge <dave@sleepmap.de>2015-08-03 19:46:03 +0200
commitdbb67daa1ffa13c45d4c19ac27dbdbbfea542930 (patch)
tree8a4493e1a02718ab4d8aa5f5916f919bd974fbec /sleepmap-theme
parent351b776cabba788bffef25ad98e45a89b350e36a (diff)
downloadsleepmap-dbb67daa1ffa13c45d4c19ac27dbdbbfea542930.tar.gz
sleepmap-dbb67daa1ffa13c45d4c19ac27dbdbbfea542930.tar.bz2
sleepmap-dbb67daa1ffa13c45d4c19ac27dbdbbfea542930.tar.xz
sleepmap-dbb67daa1ffa13c45d4c19ac27dbdbbfea542930.zip
sleepmap-theme/templates/taglist.html: Removing pdf processing stuff
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>