{% 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 %}

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

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