mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Write test for site.documents.
This commit is contained in:
@@ -413,7 +413,7 @@ module Jekyll
|
||||
def documents
|
||||
collections.reduce(Set.new) do |docs, (_, collection)|
|
||||
docs.merge(collection.docs)
|
||||
end
|
||||
end.to_a
|
||||
end
|
||||
|
||||
def each_site_file
|
||||
|
||||
Reference in New Issue
Block a user