From eb919ef898fd76e67dd6897d35955abd070d458b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 22 Nov 2025 13:51:01 -0500 Subject: [PATCH] Add chronology methodology note to biblical timeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Display explanation of successive method of reckoning used for Genesis 5 & 11 genealogies. The note clarifies that 'begat' (Hebrew yalad) may indicate either direct father-son relationships (marked by 'he named him') or ancestral lines with potential gaps. Changed intro from 'approximate dates' to 'calculated dates' to reflect precision of Ussher chronology. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/biblical_timeline.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/biblical_timeline.html b/kjvstudy_org/templates/biblical_timeline.html index 74fad5f..bae18e7 100644 --- a/kjvstudy_org/templates/biblical_timeline.html +++ b/kjvstudy_org/templates/biblical_timeline.html @@ -8,7 +8,13 @@

Major events from Creation to the early Church

-

This timeline presents key events of biblical history with approximate dates and relevant scripture references.

+

This timeline presents key events of biblical history with calculated dates and relevant scripture references.

+ + {% if chronology_note %} +

+ {{ chronology_note | safe }} +

+ {% endif %}
{% for period_name, events in timeline_events.items() %}