From 08baacb6ec904d4716b08937d81b3c6fcadf2e60 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sun, 18 Jun 2006 11:03:53 +0000
Subject: [PATCH] =?UTF-8?q?simplification=20de=20l'affichage=20des=20tags?=
 =?UTF-8?q?=20des=20articles=20syndiqu=C3=A9s?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dist/site.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dist/site.html b/dist/site.html
index bf3cd5eed9..2f817097f5 100644
--- a/dist/site.html
+++ b/dist/site.html
@@ -52,9 +52,10 @@
 					<li>
 						<h3 class="titre"><a href="#URL_ARTICLE" class="spip_out">#TITRE</a></h3>
 						[<div class="enclosures">(#TAGS|afficher_enclosures)</div>]
-						<small>[(#DATE|affdate_court)][, <:par_auteur:> (#LESAUTEURS)]</small>
-						[<small>&mdash; <em>(#TAGS|afficher_tags{'directory'})</em></small>]
-						[<small>&mdash; <em>(#TAGS|afficher_tags{'tag'})</em></small>]
+						<small>[(#DATE|affdate_court)][,
+							<:par_auteur:> (#LESAUTEURS)]
+							[&mdash; <em>(#TAGS|afficher_tags)</em>]
+						</small>
 						[<div class="texte">(#DESCRIPTIF)</div>]
 					</li>
 					</BOUCLE_articles>
-- 
GitLab