diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-04 03:59:45 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-04 03:59:45 +0300 |
commit | 400933301b171cd08d4ea4d8ed84528f7d79be04 (patch) | |
tree | 0399591cdd5f7ae292b42f53e770efdc4226e9ad /_config.yml | |
parent | 8a20decc93840979263da2c9ffebbe046bf2da98 (diff) | |
download | popov.link-400933301b171cd08d4ea4d8ed84528f7d79be04.tar.xz popov.link-400933301b171cd08d4ea4d8ed84528f7d79be04.zip |
Switch to version 3.0.4
Signed-off-by: Valentin Popov <valentineus@gmail.com>
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: "" |