--- layout: page title: "Recent Blog Posts" permalink: /blog/ --- {% for post in site.posts %} {% if post.categories contains 'blog' %}

{{ post.title }}

{{ post.date | date: "%B %d, %Y" }}

{{ post.excerpt }}

{% endif %} {% endfor %}