diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-04 03:35:35 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-04 03:35:35 +0300 |
commit | 6a8deff4e08babfef4140ef5768e2bdde8ec182a (patch) | |
tree | d900e5703a6a3b16ec14034a84a036689bbe654f /_config.yml | |
parent | 40fa011290bff01459f29d1c74f4b8ce189e601b (diff) | |
download | popov.link-6a8deff4e08babfef4140ef5768e2bdde8ec182a.tar.xz popov.link-6a8deff4e08babfef4140ef5768e2bdde8ec182a.zip |
Enabling the setting
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 7a38b83..25ee014 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ markdown: kramdown # Compress HTML compress_html: - blanklines: false + blanklines: true clippings: all comments: all endings: false |