Merge pull request #2719 from pathawks/null-not-nil

This commit is contained in:
Parker Moore 2014-08-10 16:18:56 -04:00
commit 966b22488c
1 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ destination: ./_site
plugins: ./_plugins plugins: ./_plugins
layouts: ./_layouts layouts: ./_layouts
data_source: ./_data data_source: ./_data
collections: nil collections: null
# Handling Reading # Handling Reading
safe: false safe: false
@ -418,7 +418,7 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
textile_ext: "textile" textile_ext: "textile"
# Filtering Content # Filtering Content
show_drafts: nil show_drafts: null
limit_posts: 0 limit_posts: 0
future: true future: true
unpublished: false unpublished: false
@ -445,7 +445,7 @@ relative_permalinks: false
# Outputting # Outputting
permalink: date permalink: date
paginate_path: /page:num paginate_path: /page:num
timezone: nil timezone: null
quiet: false quiet: false
defaults: [] defaults: []