{%- if include.is_archive -%}
{%- if include.post.title == "" and include.post.source == nil -%}
{{ include.post.excerpt }}
{%- endif -%}
{%- else -%}
{{ include.post.content }}
{%- endif -%}
{%- if include.post.author or site.author -%}
{%- endif -%}