mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 08:48:01 -05:00
@@ -10,7 +10,6 @@ AllCops:
|
||||
- lib/jekyll/convertible.rb
|
||||
- lib/jekyll/deprecator.rb
|
||||
- lib/jekyll/document.rb
|
||||
- lib/jekyll/drops/site_drop.rb
|
||||
- lib/jekyll/filters.rb
|
||||
- lib/jekyll/frontmatter_defaults.rb
|
||||
- lib/jekyll/reader.rb
|
||||
|
||||
@@ -24,7 +24,9 @@ module Jekyll
|
||||
end
|
||||
|
||||
def html_pages
|
||||
@site_html_pages ||= @obj.pages.select { |page| page.html? || page.url.end_with?("/") }
|
||||
@site_html_pages ||= @obj.pages.select do |page|
|
||||
page.html? || page.url.end_with?("/")
|
||||
end
|
||||
end
|
||||
|
||||
def collections
|
||||
|
||||
Reference in New Issue
Block a user