adding default configuration to false

This commit is contained in:
ddavison 2013-08-21 21:00:18 +00:00
parent 4e52869f0f
commit 9681f3a776
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module Jekyll
'timezone' => nil, # use the local timezone
'safe' => false,
'detach' => false, # don't default to detaching the server
'show_drafts' => nil,
'limit_posts' => 0,
'lsi' => false,