summaryrefslogtreecommitdiffstats
path: root/exampleSite/config/_default/config.yaml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-08-06 21:22:59 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-08-06 21:22:59 +0200
commita9ac0e63848bed64a29c4646275f1b19b7b7108a (patch)
tree0377fce7790844d7b15e4f083db368bcac5d2a95 /exampleSite/config/_default/config.yaml
parent748a52c3c87a72abe3fbc52f2e339b0df6ff1b81 (diff)
downloadgohugo-theme-ed-a9ac0e63848bed64a29c4646275f1b19b7b7108a.tar.gz
Keep quotes when minify html
Diffstat (limited to 'exampleSite/config/_default/config.yaml')
-rw-r--r--exampleSite/config/_default/config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index 930f608..b0fd623 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -43,6 +43,9 @@ googleAnalytics: ''
minify:
# Do not minify XML files to avoid CDATA escape issues
disableXML: true
+ tdewolff:
+ html:
+ keepQuotes: true
outputs:
home: [HTML, Atom, FEED, JSONFEED, JSON, MANIFEST, humanstxt]