diff --git a/.gitignore b/.gitignore index f54d3e7..2d533bd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ wheels/ # Virtual environments .venv .vscode/settings.json + +# Generated data files (too large for git) +kjvstudy_org/interlinear_data.py +kjvstudy_org/verse_collections.py diff --git a/kjvstudy_org/templates/biblical_timeline.html b/kjvstudy_org/templates/biblical_timeline.html index 809c1a1..f4ac731 100644 --- a/kjvstudy_org/templates/biblical_timeline.html +++ b/kjvstudy_org/templates/biblical_timeline.html @@ -3,10 +3,68 @@ {% block title %}Biblical Timeline - Major Bible Events - KJV Study{% endblock %} {% block description %}Explore the chronological timeline of major biblical events from Creation to the early Church.{% endblock %} +{% block head %} + +{% endblock %} + {% block content %}
Major events from Creation to the early Church
+This timeline presents key events of biblical history with calculated dates and relevant scripture references.
@@ -48,11 +106,11 @@{{ event.description | link_verses | safe }}
{% if event.verses %} diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 2645c57..b144160 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -437,7 +437,6 @@ document.addEventListener('keydown', function(e) {Explore thirteen divine names and titles revealed in Scripture—Elohim, YHWH, Adonai, El Shaddai, Jehovah-Jireh, and more—each revealing distinct aspects of God's character.
-