Skip to content

Commit 142cf6f

Browse files
committed
Fix: home page blog posts were not updating
1 parent 80b5503 commit 142cf6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_pages/home.md

+2-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)