From 400f9baf6e2ce1e2393efb970d0b67960b099f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sun, 11 Jun 2023 09:28:50 +0530 Subject: [PATCH] cleanup + more pages --- _pages/recent.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_pages/recent.md b/_pages/recent.md index 2c49c7c6..b1f7b8b7 100644 --- a/_pages/recent.md +++ b/_pages/recent.md @@ -17,8 +17,7 @@ toc: false {%assign count = 0%} {% assign modified = site.posts | sort: 'last_modified_at' | reverse %} {% for post in modified %} - {% unless forloop.index0 >= 40 %} - {% assign count = count | plus: 1 %} - {% include archive-single.html type='list' %} + {% unless forloop.index0 >= 50 %} + {% include archive-single.html type='list' %} {% endunless %} {% endfor %} \ No newline at end of file