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

{{ page.title }}

{{ page.sub_title }}

{% for post in paginator.posts %}
{{ post.title }}

{{ post.title }}

{{ post.sub_heading }}

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

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

{% endfor %}