From f422d957177563a89a4b7792fe395588bb157e10 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 7 Apr 2025 14:56:02 -0400 Subject: Fixed bug where there could be duplicate git commits --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 3c002f4..2f38fb6 100755 --- a/app.py +++ b/app.py @@ -70,7 +70,7 @@ def index(): **get_template_items("eden's site :3", db), markdown = parser.parse_text(f.read())[0], featured_thoughts = db.get_featured_thoughts(), - commits = db.get_cached_commits()[:7], + commits = db.get_cached_commits()[:10], sidebar_img = get_sidebar_img(db) ) -- cgit v1.2.3