aboutsummaryrefslogtreecommitdiffstats
path: root/nmnlist/templates/taglist.html
diff options
context:
space:
mode:
authorStéphane Caron <stephane.caron@ens.fr>2013-03-20 12:04:11 +0100
committerStéphane Caron <stephane.caron@ens.fr>2013-03-20 12:04:11 +0100
commitda810104cd033c1dcc25d67f8f09985a415b43b9 (patch)
tree3ab6f758a1e022e04ebd82bf09691648ecb14107 /nmnlist/templates/taglist.html
parent53d6c4254aa2b4781b850419d63a40527c307d71 (diff)
downloadpelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.zip
pelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.tar.gz
pelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.tar.bz2
theme variant from mnmlist
Diffstat (limited to 'nmnlist/templates/taglist.html')
-rw-r--r--nmnlist/templates/taglist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nmnlist/templates/taglist.html b/nmnlist/templates/taglist.html
new file mode 100644
index 0000000..c792fd7
--- /dev/null
+++ b/nmnlist/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 %}