From 65807c8f78dfed4acbb2856fdf2bd422755b9cb1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 12:56:21 -0500 Subject: [PATCH] Move PDF button to top of verse page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standard action button at top instead of share section at bottom. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/verse.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/kjvstudy_org/templates/verse.html b/kjvstudy_org/templates/verse.html index 4076481..85cacf8 100644 --- a/kjvstudy_org/templates/verse.html +++ b/kjvstudy_org/templates/verse.html @@ -916,6 +916,17 @@ a.crossref-pill:hover {

{{ book }} {{ chapter }}:{{ verse_num }}

Authorized King James Version

+{% if pdf_available and pdf_url %} + +{% endif %} +

{{ verse_text | format_lists | red_letter(book, chapter, verse_num) | link_names | safe }}

@@ -1028,14 +1039,6 @@ a.crossref-pill:hover { {% endif %} - {% if pdf_available and pdf_url %} - - {% endif %} -