{% if post.header.teaser %} {% capture teaser %}{{ post.header.teaser }}{% endcapture %} {% else %} {% assign teaser = site.teaser %} {% endif %} {% if post.id %} {% assign title = post.title | markdownify | remove: "

" | remove: "

" %} {% else %} {% assign title = post.title %} {% endif %}
{% if include.type == "grid" and teaser %}
{% endif %}

{% if post.link %} {{ title }} Permalink {% else %} {{ title }} {% endif %}

{% if post.read_time %} {% include read-time.html %} {% endif %} {% if post.author_name %} • By {{ post.author_name }} {% endif %} • {{ post.date | date: "%B %-d, %Y" }}

{% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}