{% set summary_text = post.abstract | default(post.excerpt) %}
{% if post.title %} {{ post.title }} {% endif %} {% if post.tags %} {% endif %} {% if summary_text %} · {{ summary_text }} {% endif %}
// Continue reading →