aboutsummaryrefslogtreecommitdiffstats
path: root/subtle/templates/translations.html
diff options
context:
space:
mode:
authorasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
committerasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
commite4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b (patch)
treeca743fea2c153afadc5266c15d9657062811583f /subtle/templates/translations.html
parentfdbaa6805064db85f6e71852d0c00e245d7ad432 (diff)
downloadpelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.gz
added subtle
Diffstat (limited to 'subtle/templates/translations.html')
-rwxr-xr-xsubtle/templates/translations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/subtle/templates/translations.html b/subtle/templates/translations.html
new file mode 100755
index 0000000..0079883
--- /dev/null
+++ b/subtle/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 %}