mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Remove duplicate cross-references section
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 <noreply@anthropic.com>
This commit is contained in:
@@ -189,20 +189,6 @@
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% if commentary.cross_references %}
|
||||
<section>
|
||||
<h2>Cross References</h2>
|
||||
<ul>
|
||||
{% for ref in commentary.cross_references %}
|
||||
<li>
|
||||
<strong><a href="{{ ref.url }}">{{ ref.text }}</a></strong>
|
||||
{% if ref.context %} — {{ ref.context }}{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% if commentary.historical %}
|
||||
<section>
|
||||
<h2>Historical Context</h2>
|
||||
|
||||
Reference in New Issue
Block a user