{% if post.excerpted and ((post.linkpost == false and theme.excerpt_posts) or (post.linkpost and theme.excerpt_linkposts)) %} {% assign excerpted = true %} {% else %}{% assign excerpted = false %}{% endif %} {% assign post_content = (excerpted ? post.excerpt : post.content) %} {% assign permalink_label = (excerpted ? theme.read_more_label : theme.permalink_label) %}
{% if post.cover_image %} {% endif %}

{{ post.title_link }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post_content }}