From eac8ef1713e9b46fa97442f4f382cbc92c264395 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 10 Mar 2022 23:15:42 -0800 Subject: [PATCH] Preserve whitespace Hugo 0.94 made whitespace removal the default. Probably best to keep it for source readability. --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 9ef46d6..fe3b977 100644 --- a/config.toml +++ b/config.toml @@ -131,3 +131,6 @@ includeFields = "" # Regexp matching the Exif fields you want to exclude. This may be easier to use # than IncludeFields above, depending on what you want. excludeFields = "" + +[minify.tdewolff.html] +keepWhitespace = true