diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index c96730e1..5eed1ab2 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -167,7 +167,7 @@

{{ post.description | markdown(inline=true) | safe }}

{% endif %} {% if post.summary %} -

{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}...

+

{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}…

{% elif config.extra.auto_generate_post_summary %}

{{ post.content | striptags | truncate(length=config.extra.auto_generated_summary_length) | safe }}

{% endif %}