From 77473f9060d5707d53c47153d267d2ed85cde4eb Mon Sep 17 00:00:00 2001 From: David Blanc Brioir Date: Fri, 2 Jan 2026 00:01:59 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20Uniformisation=20compl=C3=A8te=20po?= =?UTF-8?q?lice=20et=20style=20lignes=202-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Retiré font-weight: 600 du titre section - Lignes 2 et 3 ont maintenant exactement le même style - Police par défaut, pas de variations de graisse - Présentation ultra-simplifiée et cohérente - Seule différence : couleurs (accent vs text-strong) --- generations/library_rag/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index cfa1366..ba04d84 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -205,7 +205,7 @@
📂 - {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %} + {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %}
{% if section.summary_text and section.summary_text != section.title and section.summary_text != section.section_path %}

{{ section.summary_text[:250] }}{% if section.summary_text|length > 250 %}...{% endif %}