Skip to content

Commit 9fcd369

Browse files
committed
Add more articles in homepage
1 parent 6da4809 commit 9fcd369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>Latest Writings</h2>
1111
</div>
1212
<hr />
1313
</header>
14-
{% for post in collections.posts limit:8 %}
14+
{% for post in collections.posts limit:10 %}
1515
<article class="posts-grid__item">
1616
<a href="{{ site.baseurl }}{{ post.url }}" class="posts-grid__link">
1717
<h3 class="posts-grid__item-title">{{ post.data.title }}</h3>

0 commit comments

Comments
 (0)