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/tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/templates/tag.html') diff --git a/theme/templates/tag.html b/theme/templates/tag.html index 49ed222..8282855 100755 --- a/theme/templates/tag.html +++ b/theme/templates/tag.html @@ -2,7 +2,7 @@ {% block title %}{{ SITENAME }} - «{{ tag }}»{% endblock %} {% block content %} -

Articles avec le mot-clé «{{ tag }}»

+

Articles avec le mot-clef « {{ tag }} »

{% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}
@@ -11,6 +11,7 @@
{{ article.summary }} +
{% if not loop.last %}
{% endif %} -- cgit v1.2.3