--- layout: default title: blog --- {% for post in site.posts %}
{{ post.title }} {{ post.date | date_to_string }}

{{ post.content | strip_html | truncatewords: 50 }}

{% endfor %}