- {% for post in site.posts %} -
-

{{post.title}}

- {{post.date | date_to_string}}  •  {{ post.author }} -

-

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

-
- {% endfor %} -