From 9e1a70e7ee149b08ba2a3fb78f75294a2969738e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 13:40:11 -0500 Subject: [PATCH] Simplify Strong's page - keep H1 and title improvements only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverted semantic HTML changes (article/section tags) but kept: - Prominent H1 with "Strong's H7969" format - Improved title and meta description - Show more button for occurrences - Hero word card design 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/strongs_entry.html | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index d1d12d5..c1eccac 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -572,9 +572,9 @@ {% endblock %} {% block content %} -
+

- Strong's {{ entry.strongs }} + Strong's {{ entry.strongs }} {{ entry.language }} Lexicon

@@ -583,25 +583,25 @@ {{ entry.strongs }} {{ entry.language }}
-
{{ entry.word }}
-
{{ entry.transliteration }}
+
{{ entry.word }}
+
{{ entry.transliteration }}
{% if entry.pronunciation %}
{{ entry.pronunciation }}
{% endif %} -
{{ entry.definition }}
+
{{ entry.definition }}
-
+
{% if entry.kjv_usage %}
-

KJV Translations for {{ entry.strongs }}

+

KJV Translations

{{ entry.kjv_usage | linkify_strongs | safe }}

{% endif %} {% if entry.derivation %}
-

Etymology & Derivation

+

Derivation

{{ entry.derivation | linkify_strongs | safe }}

{% if related_entries %} {% endif %} -
+ {% if verse_occurrences %} -
+
-

{{ entry.strongs }} in the KJV Bible

+

Occurrences in Scripture

{{ total_occurrences }} verse{% if total_occurrences != 1 %}s{% endif %}
{% for occ in verse_occurrences %} - +
{% endfor %}
{% if total_occurrences > 10 %} @@ -645,21 +645,21 @@ {% endif %} -
+ {% endif %} -
+