Append the site to Jekyll.sites upon creation
This commit is contained in:
parent
314dce62cf
commit
0f2a3a606b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue