Remove family tree links from homepage verse of the day

The epigraph on the homepage now displays plain verse text without
the link_names filter, keeping the display cleaner.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-12 12:33:09 -05:00
parent 90067abdb2
commit 18fcb49bfd
+1 -1
View File
@@ -526,7 +526,7 @@ section h2 {
<p class="subtitle">Authorized King James Version · <em>Anno Domini</em> 1611</p>
<div class="divider"></div>
<div class="epigraph">
<p>"{{ daily_verse.text | link_names | safe }}"</p>
<p>"{{ daily_verse.text }}"</p>
<footer><a href="/verse-of-the-day">Verse of the Day</a><a href="/book/{{ daily_verse.book }}/chapter/{{ daily_verse.chapter }}#verse-{{ daily_verse.verse }}">{{ daily_verse.reference }}</a></footer>
</div>
</div>