From 958bcd6cb5e8215033d5505282e2e61b2b5ea778 Mon Sep 17 00:00:00 2001 From: m-r-r Date: Tue, 28 Aug 2012 15:16:43 +0200 Subject: [dev-random2] Added CSS for tables --- dev-random2/templates/includes/article_meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-random2/templates') diff --git a/dev-random2/templates/includes/article_meta.html b/dev-random2/templates/includes/article_meta.html index 21f4c7a..38b337b 100644 --- a/dev-random2/templates/includes/article_meta.html +++ b/dev-random2/templates/includes/article_meta.html @@ -1,11 +1,11 @@ - Le + Le dans «{{ article.category }}» par {{ article.author }} {%- if article.tags %}
Mots-clés: {%- for tag in article.tags %} - {{ tag }}{% if not loop.last %}, {% endif %} + {% if not loop.last %}, {% endif %} {% endfor -%} {% endif -%} {%- if article.translations %} -- cgit