diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-08-06 21:22:59 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-08-06 21:22:59 +0200 |
| commit | a9ac0e63848bed64a29c4646275f1b19b7b7108a (patch) | |
| tree | 0377fce7790844d7b15e4f083db368bcac5d2a95 /exampleSite/config/_default/config.yaml | |
| parent | 748a52c3c87a72abe3fbc52f2e339b0df6ff1b81 (diff) | |
| download | gohugo-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.yaml | 3 |
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] |
