aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme/templates/translations.html
diff options
context:
space:
mode:
Diffstat (limited to 'sleepmap-theme/templates/translations.html')
-rw-r--r--sleepmap-theme/templates/translations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/sleepmap-theme/templates/translations.html b/sleepmap-theme/templates/translations.html
new file mode 100644
index 0000000..f0a0fa2
--- /dev/null
+++ b/sleepmap-theme/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 %} \ No newline at end of file