theme/templates/translations.html@ed357d9b4845
theme/templates/translations.html
Fri, 06 Dec 2019 00:58:32 +0100
- author
- David Douard <david.douard@sdfa3.org>
- date
- Fri, 06 Dec 2019 00:58:32 +0100
- changeset 124
- ed357d9b4845
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
Also add local-plugins to hgignore
{% macro translations_for(article) %}
{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
{% endmacro %}