shithub: hugo

Download patch

ref: e6eda2a370aa1184e0afaf12e95dbd6f8b63ace5
parent: 66f688f7120560ca787c1a23e3e7fbc3aa617956
author: vsopvsop <[email protected]>
date: Sat Aug 25 10:19:15 EDT 2018

minfiers: Keep end tags

Fixes  #5112

--- a/minifiers/minifiers.go
+++ b/minifiers/minifiers.go
@@ -67,6 +67,7 @@
 	htmlMin := &html.Minifier{
 		KeepDocumentTags:        true,
 		KeepConditionalComments: true,
+		KeepEndTags:             true,
 	}
 
 	// We use the Type definition of the media types defined in the site if found.