From 14f7188b16b7c1f5422287e1dc8a998537efe306 Mon Sep 17 00:00:00 2001 From: Dave Patrick Caberto Date: Sun, 17 Sep 2023 21:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(atom):=20remove=20safe=20fil?= =?UTF-8?q?ter=20on=20page.content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems to causing problems on
tags. --- templates/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/atom.xml b/templates/atom.xml index 09115c04..07ad92ca 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -62,7 +62,7 @@ {{ page.permalink | safe }} {% if config.extra.full_content_in_feed %} - {{ page.content | safe }} + {{ page.content }} {% elif page.summary -%} {{ page.summary | striptags | safe | trim_end_matches(pat=".") }}… {% elif page.description -%}