title permalink blog /blog/ Blog Posts {% for post in site.posts %} {% if post.categories contains 'blog' %} {{ post.title }} posted on {{ post.date | date: "%B %-d, %Y" }} {{ post.content | strip_html | truncatewords:30 }} {% endif %} {% endfor %}