{% for post in site.posts %} {% if post.sticky %}
{% picture sticky {{ post.image }} %}

{{ post.title | titlecase }}

{% endif %} {% endfor %}