From 9917f42027f65259cbdea628b8ae59be8e86ae77 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Feb 2022 20:47:03 -0800 Subject: [PATCH] Remove comments in tidy --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} {} \;