{% assign published_posts = site.articles | where: "publish_on_site", true | sort: 'date' | reverse %} {% for post in published_posts %} {% unless post.title == 'Blog Template' %}

{{ post.post_title }}

{{ post.short_intro | truncatewords: 25 }}

Read
{% endunless %} {% endfor %}