Changed favourite to promoted
This commit is contained in:
parent
0edf727eb5
commit
ef58c7a82e
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ title: Articles
|
|||
use: [posts]
|
||||
---
|
||||
<div class="mb-10 spaced-y-10">
|
||||
{% for post in data.posts if post.favourite %}
|
||||
{% for post in data.posts if post.promoted %}
|
||||
<div>
|
||||
{% include 'blog/post-summary' %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue