Don't minify html

This commit is contained in:
Philipp Oppermann
2022-01-23 17:23:06 +01:00
parent 0d42178666
commit a26eeae82e

View File

@@ -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"]