aboutsummaryrefslogtreecommitdiffstats
path: root/nmnlist/templates/translations.html
diff options
context:
space:
mode:
authorJustin Mayer <entrop@gmail.com>2013-03-30 11:39:33 -0700
committerJustin Mayer <entrop@gmail.com>2013-03-30 11:39:33 -0700
commitc35a3b96589226c4280b43be781f4a97ab964673 (patch)
treed33883b735f92f53e68b274a5aa95b24ba6170a2 /nmnlist/templates/translations.html
parent40cb5eb28b50475c355bbb8de9e535d14afb8e7a (diff)
parentbfa7e41948f91f2f0e300a1bf6539192ab26214b (diff)
downloadpelican-themes-c35a3b96589226c4280b43be781f4a97ab964673.tar.gz
Merge pull request #83 from Tastalian/master
New theme "nmnlist"
Diffstat (limited to 'nmnlist/templates/translations.html')
-rw-r--r--nmnlist/templates/translations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/nmnlist/templates/translations.html b/nmnlist/templates/translations.html
new file mode 100644
index 0000000..0079883
--- /dev/null
+++ b/nmnlist/templates/translations.html
@@ -0,0 +1,6 @@
+{% if article.translations %}
+Translations:
+ {% for translation in article.translations %}
+ <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
+ {% endfor %}
+{% endif %}