From 1a99b241cac93bb06b56cf8a6096c6fa4127bf3d Mon Sep 17 00:00:00 2001 From: Paul Henry Date: Fri, 20 Jun 2014 17:13:21 -0700 Subject: [PATCH] nil parsed in yaml is just a string, should be explicit --- site/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 23b16e9a..c685994b 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -412,7 +412,7 @@ timezone: nil encoding: nil future: true -show_drafts: nil +show_drafts: false limit_posts: 0 highlighter: pygments