From 10e479016a3aeba15330615c9954f86663c1d798 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Wed, 10 Jul 2024 18:09:29 -0600 Subject: [PATCH] theme: don't plainify post summaries I *believe* this will just mean HTML inside summaries is rendered rather than being stripped, but when it strips HTML it doesn't render HTML entities like `“`, which is what this commit is fixing. --- themes/lix/layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lix/layouts/_default/list.html b/themes/lix/layouts/_default/list.html index 564b13a8..051a8db2 100644 --- a/themes/lix/layouts/_default/list.html +++ b/themes/lix/layouts/_default/list.html @@ -22,7 +22,7 @@
{{ .Title }}
-

{{ .Summary | plainify }}

+

{{ .Summary }}