{% set summary_text = post.abstract | default(post.excerpt) %} {% if post.title %} {{ post.title }} {% endif %} {% if post.tags %} {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endif %} {% if summary_text %} · {{ summary_text }} {% endif %}