diff --git a/kjvstudy_org/templates/search.html b/kjvstudy_org/templates/search.html index 363ec71..19be1c3 100644 --- a/kjvstudy_org/templates/search.html +++ b/kjvstudy_org/templates/search.html @@ -1,507 +1,128 @@ {% extends "base.html" %} -{% block title %}{% if query %}Search Results for "{{ query }}"{% else %}Search the KJV Bible{% endif %} - Authorized King James Version{% endblock %} -{% block description %}{% if query %}Search results for "{{ query }}" in the Authorized King James Version (KJV) Bible. Find verses and passages across all books.{% else %}Search the complete Authorized King James Version (KJV) Bible. Find verses, passages, and topics across all 66 books.{% endif %}{% endblock %} -{% block keywords %}{% if query %}{{ query }}, KJV Bible search, Bible verse search, {{ query }} Bible verses{% else %}KJV Bible search, Bible verse search, search scripture, find Bible verses, Authorized King James Version search{% endif %}{% endblock %} +{% block title %}{% if query %}Search Results for "{{ query }}"{% else %}Search the KJV Bible{% endif %} - KJV Study{% endblock %} +{% block description %}{% if query %}Search results for "{{ query }}" in the King James Bible.{% else %}Search the complete King James Bible.{% endif %}{% endblock %} {% block head %} {% endblock %} -{% block breadcrumb %} -
- Search across all verses in the Authorized King James Version (1769) -
-Search across all verses in the Authorized King James Version
+{{ result.highlighted_text|safe }}
- {% if is_direct_verse %} - - {% endif %} + {% for result in results %} +- No verses were found for "{{ query }}". - Try different words or check your spelling. -
+No results found for "{{ query }}". Try different words or check your spelling.