From a26eeae82e57f34c9e27e3f6411773985cdb871f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 23 Jan 2022 17:23:06 +0100 Subject: [PATCH] Don't minify html --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 74c01ad3..5f28be77 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -3,7 +3,7 @@ base_url = "https://os.phil-opp.com" generate_feed = true feed_filename = "rss.xml" compile_sass = true -minify_html = true +minify_html = false ignored_content = ["*/README.md", "LICENSE-CC-BY-NC"]