From 30c585558d4d89178678b0587290bb9aa3dde216 Mon Sep 17 00:00:00 2001 From: geekifan Date: Wed, 7 May 2025 12:09:32 +0800 Subject: [PATCH] fix: apply plainify filter to post description for better formatting --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 38d277f..0e6f84c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -70,7 +70,7 @@

{{ .Title }}

-

{{ .Description | default .Summary }}

+

{{ .Description | default .Summary | plainify }}