From 18fcb49bfd034106e54c5d3f85d88f2d97354758 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 12 Dec 2025 12:33:09 -0500 Subject: [PATCH] Remove family tree links from homepage verse of the day MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- kjvstudy_org/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 83f8d49..630b33b 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -526,7 +526,7 @@ section h2 {

Authorized King James Version · Anno Domini 1611

-

"{{ daily_verse.text | link_names | safe }}"

+

"{{ daily_verse.text }}"