mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-18 07:02:16 +00:00
parent
66f688f712
commit
e6eda2a370
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
|
||||||
htmlMin := &html.Minifier{
|
htmlMin := &html.Minifier{
|
||||||
KeepDocumentTags: true,
|
KeepDocumentTags: true,
|
||||||
KeepConditionalComments: true,
|
KeepConditionalComments: true,
|
||||||
|
KeepEndTags: 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