Append the site to Jekyll.sites upon creation

This commit is contained in:
Parker Moore 2014-08-26 23:20:12 -07:00
parent 314dce62cf
commit 0f2a3a606b
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ module Jekyll
self.file_read_opts = {}
self.file_read_opts[:encoding] = config['encoding'] if config['encoding']
Jekyll.sites << self
reset
setup
end