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:
2025-11-22 13:34:31 -05:00
parent a90f9874f1
commit 089f4ec26e
-14
View File
@@ -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>