diff --git a/build.sh b/build.sh index a95b057..b151610 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \; \ No newline at end of file +hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;