nil parsed in yaml is just a string, should be explicit
This commit is contained in:
parent
5846cc7b70
commit
1a99b241ca
|
@ -412,7 +412,7 @@ timezone: nil
|
|||
encoding: nil
|
||||
|
||||
future: true
|
||||
show_drafts: nil
|
||||
show_drafts: false
|
||||
limit_posts: 0
|
||||
highlighter: pygments
|
||||
|
||||
|
|
Loading…
Reference in New Issue