mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-26 23:39:30 -05:00
Avoid unnecessary duplication of pages array (#7272)
Merge pull request 7272
This commit is contained in:
@@ -512,7 +512,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def render_pages(payload)
|
||||
pages.flatten.each do |page|
|
||||
pages.each do |page|
|
||||
render_regenerated(page, payload)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user