{% macro list_posts(posts, max, language_strings="", section_path="blog") %} {%- set separator = config.extra.separator | default(value="•") -%}
{{ post.description }}
{% elif post.summary %}{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}…
{% endif %}