mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add 'Browse All 66 Books' link below search
Add a prominent, centered call-to-action link immediately after the search box, providing quick access to the books listing page. This gives visitors an immediate alternative to searching - they can browse the complete Bible structure instead. The link is bold, centered, and uses an arrow (→) to indicate navigation, making it visually distinct from the search help text. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -278,6 +278,8 @@ section a[href^="/book/"] {
|
||||
<div class="lookup-help">Navigate: John 3:16, Romans 8, Genesis • Search: love, faith, salvation</div>
|
||||
</div>
|
||||
|
||||
<p style="text-align: center; margin: 1rem 0; font-size: 1.1rem;"><strong><a href="/books">Browse All 66 Books →</a></strong></p>
|
||||
|
||||
<script>
|
||||
// Helper function to properly capitalize book names and handle abbreviations
|
||||
function capitalizeBook(bookName) {
|
||||
|
||||
Reference in New Issue
Block a user