From 7af21b2ad31c347c7aa4fa3e681227db3812e92d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 May 2025 13:35:50 -0400 Subject: [PATCH] Add Bible navigation legend and category headings --- kjvstudy_org/templates/index.html | 142 +++++++++++++++++++++++++++++- 1 file changed, 139 insertions(+), 3 deletions(-) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 1cb3c24..9abda41 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -24,13 +24,62 @@

Old Testament

- + Torah/Pentateuch + + + + Historical + + + + Wisdom + + + + Major Prophets + + + + Minor Prophets + +
+ + +
+

New Testament

+ +
+ + -

Old Testament

+

Old Testament

{% set old_testament = ['Genesis', 'Exodus', 'Leviticus', 'Numbers', 'Deuteronomy', 'Joshua', 'Judges', 'Ruth', '1 Samuel', '2 Samuel', '1 Kings', '2 Kings', '1 Chronicles', '2 Chronicles', 'Ezra', 'Nehemiah', 'Esther', 'Job', 'Psalms', 'Proverbs', 'Ecclesiastes', 'Song of Solomon', 'Isaiah', 'Jeremiah', 'Lamentations', 'Ezekiel', 'Daniel', 'Hosea', 'Joel', 'Amos', 'Obadiah', 'Jonah', 'Micah', 'Nahum', 'Habakkuk', 'Zephaniah', 'Haggai', 'Zechariah', 'Malachi'] %} +

Torah/Pentateuch

{% for book in books %} {% if book in ['Genesis', 'Exodus', 'Leviticus', 'Numbers', 'Deuteronomy'] %} @@ -41,6 +90,7 @@ {% endfor %} +

Historical Books

{% for book in books %} {% if book in ['Joshua', 'Judges', 'Ruth', '1 Samuel', '2 Samuel', '1 Kings', '2 Kings', '1 Chronicles', '2 Chronicles', 'Ezra', 'Nehemiah', 'Esther'] %}
@@ -51,6 +101,7 @@ {% endfor %} +

Wisdom Literature

{% for book in books %} {% if book in ['Job', 'Psalms', 'Proverbs', 'Ecclesiastes', 'Song of Solomon'] %}
@@ -61,6 +112,7 @@ {% endfor %} +

Major Prophets

{% for book in books %} {% if book in ['Isaiah', 'Jeremiah', 'Lamentations', 'Ezekiel', 'Daniel'] %}
@@ -71,6 +123,7 @@ {% endfor %} +

Minor Prophets

{% for book in books %} {% if book in ['Hosea', 'Joel', 'Amos', 'Obadiah', 'Jonah', 'Micah', 'Nahum', 'Habakkuk', 'Zephaniah', 'Haggai', 'Zechariah', 'Malachi'] %}
@@ -83,9 +136,10 @@
-

New Testament

+

New Testament

+ + +

🤖 AI Commentary Coming Soon