Fixed syntax error

This commit is contained in:
Parker Moore 2013-04-13 16:45:42 +02:00
parent b249289b9d
commit c0a2d0f888
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Jekyll
'layouts' => '_layouts',
'keep_files' => ['.git','.svn'],
'timezone' => nil # use the local timezone
'timezone' => nil, # use the local timezone
'safe' => false,
'show_drafts' => nil,