commit 2343a03c6e719e83eaef2ad8e06ed23035cce093
parent 9e98ec5b63e466b71d009db70e6f5b3b3642a298
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 15 Jan 2021 16:00:28 -0800
Disable HTML minification until bugs fixed
The current implementation of HTML minification
conflicts with syntax highlighting. See here:
https://github.com/getzola/zola/issues/1300
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -9,7 +9,6 @@ languages = [
generate_feed = true
compile_sass = true
-minify_html = true
[markdown]
highlight_code = true