diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 25ee014..16e6e60 100644 --- a/_config.yml +++ b/_config.yml @@ -10,12 +10,12 @@ markdown: kramdown # Compress HTML compress_html: - blanklines: true + blanklines: false clippings: all comments: all - endings: false + endings: [] profile: false - startings: false + startings: [] # Basic baseurl: "" |