{% if include.post.title != blank %}

{{ include.post.title }}

{{ include.post.date | date: "%Y-%m-%d %H:%M UTC" }} {% if include.show_author and include.post.author %} · {{ include.post.author }}{% endif %} {% if include.post.topic_category %} · {{ include.post.topic_category }}{% endif %}
{% if include.post.description %}

{{ include.post.description | truncate: 90 }}

{% endif %}
{% endif %}