File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ peer-review:
73
73
## Latest contributors
74
74
75
75
<div class =" entries-grid " >
76
- {% for aperson in new_ppl limit:3 %}
76
+ {% for aperson in new_ppl limit:4 %}
77
77
{% include people-grid.html %}
78
78
{% endfor %}
79
79
</div >
@@ -84,7 +84,7 @@ peer-review:
84
84
## Recent Blog Posts & Updates
85
85
86
86
<div class =" grid col-3 " >
87
- {% for post in site.categories [ 'highlight' ] limit:3 %}
87
+ {% for post in site.posts limit:3 %}
88
88
89
89
<div class =" cards " >
90
90
<h3 ><a href =" {{ site.baseurl }}{{ post.url}} " rel =" permalink " >{{ post.title }}</a ></h3 >
@@ -100,7 +100,6 @@ peer-review:
100
100
<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 >
101
101
</div >
102
102
103
- <!-- packages reviewed -->
104
103
105
104
## Recently Accepted Python Packages
106
105
You can’t perform that action at this time.
0 commit comments