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 0639189 commit 1bb6a75Copy full SHA for 1bb6a75
lib/jekyll-archives.rb
@@ -30,6 +30,8 @@ def initialize(config = nil)
30
end
31
32
def generate(site)
33
+ puts " - Generating Archives..."
34
+
35
@site = site
36
@posts = site.posts
37
@archives = []
0 commit comments