Skip to content

Commit

Permalink
Update generator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
allizad committed Apr 26, 2016
1 parent 157f981 commit 76b650d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/searchyou/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def generate(site)
# Iterate through the site contents and send to indexer
# TODO: what are we indexing?
site.posts.each do |doc|
puts doc.methods
indexer << doc.data.merge({
id: doc.id,
content: doc.content
Expand Down

0 comments on commit 76b650d

Please sign in to comment.