diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index a9e2b04..88a3f14 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -1670,6 +1670,10 @@ window.location.href = '/books'; break; case 's': + e.preventDefault(); + window.location.href = '/stories'; + break; + case '/': e.preventDefault(); window.location.href = '/search'; break; @@ -1759,7 +1763,7 @@ '
' + '

Navigation

' + '
bBooks
' + - '
sSearch
' + + '
sStories
' + '
rResources
' + '
tTopics
' + '
pReading Plans
' + @@ -1781,7 +1785,7 @@ '

Other

' + '
`Toggle sidebar
' + '
+DToggle dark mode
' + - '
/Go to search
' + + '
/Search
' + '
?Show this help
' + '
EscClose / Clear focus
' + '
' +