Recent Stories
{% for post in site.posts limit:6 %} {% if post.url != page.url %}

{{ post.title }}

{% if post.image %}
{% endif %}
{% endif %} {% endfor %}