File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ peer-review:
7373## Latest contributors
7474
7575<div class =" entries-grid " >
76- {% for aperson in new_ppl limit:3 %}
76+ {% for aperson in new_ppl limit:4 %}
7777 {% include people-grid.html %}
7878{% endfor %}
7979</div >
@@ -84,7 +84,7 @@ peer-review:
8484## Recent Blog Posts & Updates
8585
8686<div class =" grid col-3 " >
87- {% for post in site.categories [ 'highlight' ] limit:3 %}
87+ {% for post in site.posts limit:3 %}
8888
8989 <div class =" cards " >
9090 <h3 ><a href =" {{ site.baseurl }}{{ post.url}} " rel =" permalink " >{{ post.title }}</a ></h3 >
@@ -100,7 +100,6 @@ peer-review:
100100<p ><a href =" /blog/ " class =" btn btn--info btn--large " >View All Posts <i class =" fa fa-4 fa-arrow-circle-right " aria-hidden =" true " ></i ></a ></p >
101101</div >
102102
103- <!-- packages reviewed -->
104103
105104## Recently Accepted Python Packages
106105
You can’t perform that action at this time.
0 commit comments