forgot to add back allPosts here
This commit is contained in:
parent
9c00927427
commit
4db37f9e00
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ blog:
|
|||
<div class="feature | region region-space-l">
|
||||
<custom-masonry layout="50-50">
|
||||
<!-- loop posts -->
|
||||
{% set itemList = collections.posts %}
|
||||
{% set itemList = collections.allPosts %}
|
||||
{% asyncEach item in itemList.slice(0, 4) %}
|
||||
{% set definedDate = item.date %}
|
||||
{% include "partials/card-blog.njk" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue