From 089f4ec26e8ac88e437f0d1dffab0baf45dc6243 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 22 Nov 2025 13:34:31 -0500 Subject: [PATCH] Remove duplicate cross-references section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix duplication where cross-references were shown twice: - Once from the route's cross_references variable - Once from commentary.cross_references Kept the more complete and styled version from the route. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/verse.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/kjvstudy_org/templates/verse.html b/kjvstudy_org/templates/verse.html index e58b423..4bb31f0 100644 --- a/kjvstudy_org/templates/verse.html +++ b/kjvstudy_org/templates/verse.html @@ -189,20 +189,6 @@ {% endif %} - {% if commentary.cross_references %} -
-

Cross References

-
    - {% for ref in commentary.cross_references %} -
  • - {{ ref.text }} - {% if ref.context %} — {{ ref.context }}{% endif %} -
  • - {% endfor %} -
-
- {% endif %} - {% if commentary.historical %}

Historical Context