We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da4809 commit 9fcd369Copy full SHA for 9fcd369
index.html
@@ -11,7 +11,7 @@ <h2>Latest Writings</h2>
11
</div>
12
<hr />
13
</header>
14
- {% for post in collections.posts limit:8 %}
+ {% for post in collections.posts limit:10 %}
15
<article class="posts-grid__item">
16
<a href="{{ site.baseurl }}{{ post.url }}" class="posts-grid__link">
17
<h3 class="posts-grid__item-title">{{ post.data.title }}</h3>
0 commit comments