mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Change navigation link text to 'About KJV Study'
More descriptive than just 'About' - makes it clear what the link is about when viewing the navigation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1345,7 +1345,7 @@
|
||||
<!-- About -->
|
||||
<div style="margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border-color);">
|
||||
<p style="font-size: 0.9rem; text-align: center;">
|
||||
<a href="/about" {% if request.url.path == "/about" %}class="current"{% endif %}>About</a>
|
||||
<a href="/about" {% if request.url.path == "/about" %}class="current"{% endif %}>About KJV Study</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user