Skip to content

Commit adf3c10

Browse files
committed
hugo.toml: configuring minify
Minify was swallowing up quotes that we do need in order for metadata to work properly.
1 parent 93186f5 commit adf3c10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hugo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ pagination.pagerSize = 5
121121
[caches]
122122
[caches.images]
123123
dir = ':cacheDir/images'
124+
125+
[minify]
126+
[minify.tdewolff]
127+
[minify.tdewolff.html]
128+
keepQuotes = true # Fixing metadata that reqires quotes

0 commit comments

Comments
 (0)