From b739b6e59d110ad3c515fecf893aa994a03fd679 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Nov 2025 00:45:21 -0500 Subject: [PATCH] Add GitHub source code link to homepage footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add open source attribution and GitHub link at bottom of homepage. Styled subtly with centered text and tertiary color. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index b7b5808..e45260b 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -489,4 +489,10 @@ document.addEventListener('keydown', function(e) {

Chronology — A timeline of biblical events, presenting in ordered sequence the principal occurrences recorded in Scripture, from the creation to the apostolic age.

+ +
+

+ This project is open source. View the source code on GitHub. +

+
{% endblock %}