mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-14 13:43:17 +00:00
parent
6746826689
commit
5a0ee2b934
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
|
|||
m := minify.New()
|
||||
htmlMin := &html.Minifier{
|
||||
KeepDocumentTags: true,
|
||||
KeepConditionalComments: true,
|
||||
}
|
||||
|
||||
// We use the Type definition of the media types defined in the site if found.
|
||||
|
|
Loading…
Add table
Reference in a new issue