mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user