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 %}