From 4caf52bb50442a8175ee629527a2f6010bb0274f Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Mon, 11 Sep 2023 23:11:19 -0600 Subject: [PATCH] chore(template): add `trim` to the template --- in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in.html b/in.html index aaf8d31..c45b5f7 100644 --- a/in.html +++ b/in.html @@ -6,7 +6,7 @@

Articles from blogs I follow around the net

{{ article.title }}

-

{{ article.summary | striptags | truncate(length=256) }}

+

{{ article.summary | striptags | trim | truncate(length=256) }}

via {{ article.source_title }} {{ article.date | date(format="%B %d, %Y")}}