aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-04-07 14:56:02 -0400
committerjwansek <eddie.atten.ea29@gmail.com>2025-04-07 14:56:02 -0400
commitf422d957177563a89a4b7792fe395588bb157e10 (patch)
tree68455d0ac7ac52bb1ae22cf6a914ed8190c02267 /app.py
parentcf227d4434bbcb47e7a2862a777cc579fefdb1a8 (diff)
downloadboymoder.blog-f422d957177563a89a4b7792fe395588bb157e10.tar.gz
boymoder.blog-f422d957177563a89a4b7792fe395588bb157e10.zip
Fixed bug where there could be duplicate git commits
Diffstat (limited to 'app.py')
-rwxr-xr-xapp.py2
1 files changed, 1 insertions, 1 deletions
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)
)