aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
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)
)