Remove comments in tidy

This commit is contained in:
Elnu 2022-02-17 20:47:03 -08:00
parent d3981bb4b1
commit 9917f42027

View file

@ -1 +1 @@
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \;
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;