From ff90b903019907df7b19380dbfc8b7841d9688a0 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 17 May 2022 09:51:39 +0200 Subject: Do not minify XML files to avoid CDATA escape issues --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 403f574..e0f0160 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,6 +10,10 @@ enableRobotsTXT = true # kick out RSS, we'll use Atom disableKinds = ['RSS'] +[minify] + # Do not minify XML files to avoid CDATA escape issues + disableXML = true + [outputs] # TODO: # home = [ "HTML", "Atom", "JSON", "humanstxt" ] -- cgit v1.2.3