Merge pull request #2031 from jekyll/utf8-heart

This commit is contained in:
Parker Moore 2014-02-13 12:53:58 -05:00
commit 83f5b4d93b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Jekyll
'timezone' => nil, # use the local timezone
'encoding' => nil, # use the system encoding
'encoding' => 'utf-8', # always use utf-8 encoding. NEVER FORGET
'safe' => false,
'detach' => false, # default to not detaching the server