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