aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/article.html')
-rwxr-xr-xtheme/templates/article.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/templates/article.html b/theme/templates/article.html
index b53962d..a23074c 100755
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -6,6 +6,9 @@
<article class="post">
<h1 class="page_title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
{%include 'meta.html'%}
+ {% import 'translations.html' as translations with context %}
+ {{ translations.translations_for(article) }}
+
<section class="post_content">
{{ article.content }}
@@ -14,6 +17,7 @@
</article>
{% if article.related_posts and article.related_posts %}
+ <div class="clear" />
<h2>&Agrave; lire aussi&nbsp;:</h2>