--- layout: default title: Home pageId: index --- {% for page in paginator.posts %}
{% capture content %}{{ page.content | truncatewords: 256 }}{% endcapture %} {% include post.html %}
{% endfor %}