Merge pull request #5106 from ayastreb/after_init_hook
Merge pull request 5106
This commit is contained in:
commit
ed98597d49
|
@ -29,10 +29,10 @@ module Jekyll
|
||||||
|
|
||||||
Jekyll.sites << self
|
Jekyll.sites << self
|
||||||
|
|
||||||
Jekyll::Hooks.trigger :site, :after_init, self
|
|
||||||
|
|
||||||
reset
|
reset
|
||||||
setup
|
setup
|
||||||
|
|
||||||
|
Jekyll::Hooks.trigger :site, :after_init, self
|
||||||
end
|
end
|
||||||
|
|
||||||
# Public: Set the site's configuration. This handles side-effects caused by
|
# Public: Set the site's configuration. This handles side-effects caused by
|
||||||
|
|
Loading…
Reference in New Issue