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