Remove historical context sidenotes from chapter view pages

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 <noreply@anthropic.com>
This commit is contained in:
2025-11-21 21:03:54 -05:00
parent fd8728c5cf
commit bcded2e6df
-5
View File
@@ -170,11 +170,6 @@ hr::before {
<span class="marginnote"><strong><a href="{{ ref.url }}">{{ ref.text }}</a></strong>{% if ref.context %} — {{ ref.context }}{% endif %}</span>
{% endfor %}
{% endif %}
{% if commentary and commentary.historical %}
<label for="sn-{{ verse.verse }}-hist" class="margin-toggle"></label>
<input type="checkbox" id="sn-{{ verse.verse }}-hist" class="margin-toggle"/>
<span class="marginnote"><em>Historical context:</em> {{ commentary.historical|safe }}</span>
{% endif %}
</p>
{% endfor %}
</section>