Merge pull request #5106 from ayastreb/after_init_hook

Merge pull request 5106
This commit is contained in:
jekyllbot 2016-07-15 19:24:02 -07:00 committed by GitHub
commit ed98597d49
1 changed files with 2 additions and 2 deletions

View File

@ -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