diff --git a/hugo.toml b/hugo.toml index 4e2e81c..f96165e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,10 +31,12 @@ title = "Ethan Yoo" year = "year" [minify] - disableHTML = true - disableJS = true + disableHTML = false + disableJS = false disableJSON = true minifyOutput = true + [minify.tdewolff.html] + keepComments = true # Parameters [params]