This commit is contained in:
Edgar 2021-12-23 17:50:19 +01:00
parent f7920186bb
commit 21d84b294b
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ default_language = "en"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
minify_html = true
#minify_html = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

View file

@ -118,8 +118,6 @@ pre {
overflow-x: auto;
border: 1px solid black;
margin: 1em 0;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote {