From 9dcafb5af5332ba0a5753abf441183417880a739 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 6 Jan 2025 01:35:53 +0100 Subject: fix generation of links in summary view for post --- layouts/partials/post.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/post.html b/layouts/partials/post.html index a7e62ef..28c7dec 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -26,8 +26,7 @@

{{ .Title }}

- - {{ .Summary | replaceRE `` "" | safeHTML }} + {{ .Summary | replaceRE `` "" | plainify }}
-- cgit v1.2.3