From ef815a436bf662d77ff85b2302ae99b085863316 Mon Sep 17 00:00:00 2001 From: Bat Date: Thu, 24 May 2018 11:43:16 +0100 Subject: [PATCH] =?UTF-8?q?Tera=20already=20adds=20"=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.tera b/templates/macros.tera index c090fe41..49432656 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -1,7 +1,7 @@ {% macro post_card(article) %}

{{ article.post.title }}

-

{{ article.post.content | striptags | truncate(length=200) }}…

+

{{ article.post.content | striptags | truncate(length=200) }}

By {{ article.author.display_name }} ⋅ {{ article.date | date(format="%B %e") }}

{% endmacro post_card %}