/ ‘theme/templates/analytics.html’ / ‘theme/templates/archives.html’ / ‘theme/templates/base.html’ / ‘theme/templates/category.html’ / ‘theme/templates/index.html’ / ‘theme/templates/page.html’ / ‘theme/templates/pagination.html’ / ‘theme/templates/piwik.html’ / ‘theme/templates/tags.html’ / ‘theme/templates/translations.html’ / ‘theme/templates/twitter.html’
7 lines
204 B
HTML
7 lines
204 B
HTML
{% if article.translations %}
|
|
Translations:
|
|
{% for translation in article.translations %}
|
|
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
|
|
{% endfor %}
|
|
{% endif %}
|