aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/templates/article_infos.html
diff options
context:
space:
mode:
Diffstat (limited to 'sneakyidea/templates/article_infos.html')
-rw-r--r--sneakyidea/templates/article_infos.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/sneakyidea/templates/article_infos.html b/sneakyidea/templates/article_infos.html
index 3a028a1..1a47e70 100644
--- a/sneakyidea/templates/article_infos.html
+++ b/sneakyidea/templates/article_infos.html
@@ -1,3 +1,4 @@
+{% import 'translations.html' as translations with context %}
<footer class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
@@ -10,5 +11,5 @@
{% endif %}
<p>In <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>. {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a>{% endif %}</p>
{% include 'taglist.html' %}
-{% include 'translations.html' %}
+{{ translations.translate(article) }}
</footer><!-- /.post-info -->