From 22e881fa89e4b3b8f6207d2c2e8713c2ff919400 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 8 May 2013 10:54:59 +0200 Subject: Added articlelogo on main page --- theme/templates/article.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme/templates/article.html') 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.title }}

{%include 'meta.html'%} + {% import 'translations.html' as translations with context %} + {{ translations.translations_for(article) }} +
{{ article.content }} @@ -14,6 +17,7 @@
{% if article.related_posts and article.related_posts %} +

À lire aussi :

-- cgit v1.2.3