{% if post.link %} {{ title }} Permalink {% else %} {{ title }} {% endif %}
{% include page__meta.html type=include.type %} {% if post.description %}{{ post.description }}
{% else %}{{ post.excerpt | markdownify | strip_html | truncate: 160 }}
{% endif %}