mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Merge branch 'patch-1' of https://github.com/jlecour/jekyll into jlecour-patch-1
This commit is contained in:
@@ -317,7 +317,7 @@ module Jekyll
|
||||
#
|
||||
# Returns the Array of filtered entries.
|
||||
def filter_entries(entries)
|
||||
entries = entries.reject do |e|
|
||||
entries.reject do |e|
|
||||
unless self.include.include?(e)
|
||||
['.', '_', '#'].include?(e[0..0]) ||
|
||||
e[-1..-1] == '~' ||
|
||||
|
||||
Reference in New Issue
Block a user