mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-28 23:42:11 -05:00
minifiers: Set minifier to KeepEndTags
See: 948b6490cf/README.md (L171)
This commit is contained in:
parent
3dafe206e3
commit
9b26b5487b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
|
||||||
KeepDocumentTags: true,
|
KeepDocumentTags: true,
|
||||||
KeepConditionalComments: true,
|
KeepConditionalComments: true,
|
||||||
KeepEndTags: true,
|
KeepEndTags: true,
|
||||||
|
KeepDefaultAttrVals: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// We use the Type definition of the media types defined in the site if found.
|
// We use the Type definition of the media types defined in the site if found.
|
||||||
|
|
Loading…
Reference in a new issue