mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
fix collections output, see #2346
This commit is contained in:
committed by
Parker Moore
parent
eab92d3b96
commit
8546298047
@@ -251,7 +251,7 @@ module Jekyll
|
||||
"html_pages" => pages.select { |page| page.html? || page.url.end_with?("/") },
|
||||
"categories" => post_attr_hash('categories'),
|
||||
"tags" => post_attr_hash('tags'),
|
||||
"collections" => collections,
|
||||
"collections" => collections.values.map(&:to_liquid),
|
||||
"documents" => documents,
|
||||
"data" => site_data
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user