From 876c3f64a9d169a2c06dd78c05ff1a07961182b4 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 31 Jan 2026 21:20:27 +0100 Subject: [PATCH] cooler ellipses --- templates/macros/list_posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}