|
@@ -3,7 +3,7 @@
|
|
|
<p id="list-of-translations">
|
|
|
This post is also available in:
|
|
|
{% for translation in article.translations %}
|
|
|
- <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>{%if not loop.last %}, {% else %}.{% endif %}
|
|
|
+ <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>{% if loop.index0 + 2 == loop.length %} and{% elif not loop.last %}, {% endif %}
|
|
|
{% endfor %}
|
|
|
</p>
|
|
|
{% endif %}
|