From 9adcb64dfbb1d2887c3fbe14875b6a5044aa7b84 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 14:11:37 -0500 Subject: [PATCH] Make Hebrew/Greek word the h1 heading on Strong's pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove redundant "Strong's Concordance: Hxxx" heading - the Strong's number is already displayed in the card. The original word itself is now the h1, which is better for SEO and visual hierarchy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/strongs_entry.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index 826f334..840b543 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -71,8 +71,9 @@ .word-card .original-word { font-size: 5rem; line-height: 1.2; - margin-bottom: 0.75rem; + margin: 0 0 0.75rem 0; color: var(--text-color); + font-weight: normal; } .word-card .original-word.hebrew { @@ -575,14 +576,12 @@ {% block content %}
-

Strong's Concordance: {{ entry.strongs }}

-
{{ entry.strongs }} {{ entry.language }}
-
{{ entry.word }}
+

{{ entry.word }}

{{ entry.transliteration }}{% if entry.pronunciation %} ({{ entry.pronunciation }}){% endif %}
{{ entry.definition }}