lib/jekyll/zettel.rb in jekyll-zettel-0.7.1 vs lib/jekyll/zettel.rb in jekyll-zettel-0.7.2

- old
+ new

@@ -14,10 +14,10 @@ LOG_KEY = 'Zettel:'.freeze class Error < StandardError; end def write_catalog(object) - Jekyll.logger.info LOG_KEY, "Created references in `#{@site.in_dest_dir('.objects', "#{object}.json")}`" + Jekyll.logger.debug LOG_KEY, "Created references in `#{@site.in_dest_dir('.objects', "#{object}.json")}`" page = Jekyll::PageWithoutAFile.new(@site, @site.source, '.objects', "#{object}.json").tap do |file| file.content = JSON.pretty_generate(@site.data[object.to_s]) file.data.merge!( 'layout' => nil,