--- layout: blog --- {% for post in paginator.posts %}

{{ post.title }}

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

{{ post.content | markdownify }}
{% endfor %}