diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index ba04d84..d68373d 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -202,10 +202,9 @@ {% endif %} - -
- 📂 - {{ 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 %}