From bcded2e6df7b180497f45eb788235efc70adcead Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 21 Nov 2025 21:03:54 -0500 Subject: [PATCH] Remove historical context sidenotes from chapter view pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up chapter pages by removing historical context marginnotes. Keeps cross-reference sidenotes but removes historical commentary for cleaner presentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/chapter.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html index 3c7e041..159d6ab 100644 --- a/kjvstudy_org/templates/chapter.html +++ b/kjvstudy_org/templates/chapter.html @@ -170,11 +170,6 @@ hr::before { {{ ref.text }}{% if ref.context %} — {{ ref.context }}{% endif %} {% endfor %} {% endif %} - {% if commentary and commentary.historical %} - - - Historical context: {{ commentary.historical|safe }} - {% endif %}

{% endfor %}