From dc214056449119b29ad7b19b8d47e81b343ff453 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly
Date: Sun, 28 Apr 2013 19:54:45 +0200
Subject: Updated theme and templates
Updated to pelican 3.2
---
theme/templates/meta.html | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
(limited to 'theme/templates/meta.html')
diff --git a/theme/templates/meta.html b/theme/templates/meta.html
index db36173..287f6b2 100755
--- a/theme/templates/meta.html
+++ b/theme/templates/meta.html
@@ -1,5 +1,12 @@
-
- Publié le
- {% if article.author %} par {{ article.author }}{% endif %} dans «{{ article.category }}».
- {% if article.tags %}Mots-clés: {% for tag in article.tags %}{%if loop.index > 1%}, {%endif%}{{ tag }}{% endfor %}
{% endif %}
-
+
+ Publié le
+{# {% if article.author %} par {{ article.author }}{% endif %} #}
+ dans
+ « {{ article.category }} ».
+ {% if article.tags %}
+ Mots-clefs :
+ {% for tag in article.tags %}{%if loop.index > 1%},{%endif%}
+ {{ tag }}{% endfor %}
+
+ {% endif %}
+
--
cgit v1.2.3