mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-06 20:55:15 -05:00
Don't let that render get you down.
This commit is contained in:
@@ -92,6 +92,10 @@ module Jekyll
|
||||
end
|
||||
end
|
||||
|
||||
def render
|
||||
config['render'] || Array.new
|
||||
end
|
||||
|
||||
# Read Site data from disk and load it into internal data structures.
|
||||
#
|
||||
# Returns nothing.
|
||||
@@ -387,7 +391,7 @@ module Jekyll
|
||||
docs = Set.new
|
||||
if collections
|
||||
collections.each do |label, coll|
|
||||
if config['render'].include?(label)
|
||||
if render.include?(label)
|
||||
docs = docs.merge(coll.docs)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user