aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/templates/page.html b/templates/page.html
index 06dca0b..4cf03c7 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -31,23 +31,20 @@
</p>
{% endif %}
{% if page.translations | length > 1 %}
+<p class="publish-date">
+{{ trans(key="also_read", lang=lang) }}
{% for trans in page.translations %}
{% if trans.lang != lang %}
{% if trans.lang == "ru" %}
-<p class="publish-date">
- Доступно на русском: <a href="{{ trans.permalink }}">{{ trans.title }}</a>
-</p>
+ <a href="{{ trans.permalink }}">Русский</a>.
{% elif trans.lang == "es" %}
-<p class="publish-date">
- Disponible en español: <a href="{{ trans.permalink }}">{{ trans.title }}</a>
-</p>
+ <a href="{{ trans.permalink }}">Español</a>.
{% else %}
-<p class="publish-date">
- Available in English: <a href="{{ trans.permalink }}">{{ trans.title }}</a>
-</p>
+ <a href="{{ trans.permalink }}">English</a>.
{% endif %}
{% endif %}
{% endfor %}
+</p>
{% endif %}
{% endblock %}
{% block content %}