Changed favourite to promoted

This commit is contained in:
Oliver Davies 2019-01-15 21:45:34 +00:00
parent 0edf727eb5
commit ef58c7a82e
7 changed files with 7 additions and 7 deletions

View file

@ -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>