title blog permalink /blog/ layout page {% for post in site.posts %} {{ post.title }} {{ post.date | date: "%B %-d, %Y" }} {{ post.content | strip_html | truncatewords:30 }} {% endfor %}