{% for post in site.posts %} {% if post.featured %}

{{ post.title }} -

{% endif %} {% endfor %}