--- layout: blog title: Blog --- {% for post in site.categories.blog %}

{{ post.title }}

{{ post.date | date_to_long_string }}
{{ post.content }}
{% endfor %}