summaryrefslogtreecommitdiffstats
path: root/templates/translation-links.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/translation-links.html')
-rw-r--r--templates/translation-links.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/translation-links.html b/templates/translation-links.html
new file mode 100644
index 0000000..c87f01a
--- /dev/null
+++ b/templates/translation-links.html
@@ -0,0 +1,8 @@
+<span class="translations">
+ {% for l in translations %}
+ {% if l.lang != lang %}
+ {{ trans(key="read_in", lang=l.lang) }}
+ <a href="{{ l.permalink | safe }}">{{ trans(key=l.lang) }}</a>
+ {% endif %}
+ {% endfor %}
+</span>