--- layout: post --- {% comment %} This layout is the posts index (a collection of all blog posts). {% endcomment %}
{% for post in paginator.posts %}
{{ post.title }}

{{ post.title }}

{{ post.subheading }}

{% assign author = site.data.authors[post.author] %} {%- include author_card.html -%}

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

{% endfor %} {% include pagination.html %}