Update chapter subtitle to include AI Commentary link

This commit is contained in:
2025-05-26 20:36:35 -04:00
parent c0fb6acfa0
commit 14cd6dbe2f
+1 -1
View File
@@ -302,7 +302,7 @@ sup.verse-number:hover {
<div class="text-center mb-4">
<h1 class="chapter-title">{{ book }} {{ chapter }}</h1>
<p style="font-size: 1rem; color: var(--text-secondary); margin: 0.5rem 0 0 0; font-style: italic;">
Authorized King James Version (KJV)
Authorized King James Version (1769) with <a href="/book/{{ book }}/commentary" style="color: var(--primary-light); text-decoration: none; font-weight: 500; transition: color 0.2s ease;" onmouseover="this.style.color='var(--text-primary)'" onmouseout="this.style.color='var(--primary-light)'">AI Commentary</a>
</p>
</div>