We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40823a4 commit 8e44397Copy full SHA for 8e44397
lib/jekyll-archives.rb
@@ -6,14 +6,6 @@ module Archives
6
autoload :Archive, 'jekyll-archives/archive'
7
autoload :VERSION, 'jekyll-archives/version'
8
9
- if (Jekyll.const_defined? :Hooks)
10
- Jekyll::Hooks.register :site, :after_reset do |site|
11
- # We need to disable incremental regen for Archives to generate with the
12
- # correct content
13
- site.regenerator.instance_variable_set(:@disabled, true)
14
- end
15
16
-
17
class Archives < Jekyll::Generator
18
safe true
19
0 commit comments