aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/templates/index.html')
-rw-r--r--dev-random/templates/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html
index 11314d1..c098ddc 100644
--- a/dev-random/templates/index.html
+++ b/dev-random/templates/index.html
@@ -20,6 +20,13 @@
<div class="meta">
Dans «<a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>»
par <a href="{{ SITEURL }}/author/{{article.author}}.html">{{ article.author}}</a>
+ {% if article.translations %}
+ &nbsp;&nbsp; Langues:
+ <a href="{{ SITEURL }}/{{ article.url }}">{{ article.lang or DEFAULT_LANG }}</a>
+ {% for translation in article.translations %}
+ <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
+ {% endfor %}
+ {% endif %}
</div>
</header>
<div class="post-content">