Turn on FancyIndexing.
This commit is contained in:
parent
5b37ad57cc
commit
9cc3085dd0
|
@ -122,9 +122,10 @@ module Jekyll
|
||||||
|
|
||||||
# recreate NondisclosureName under utf-8 circumstance
|
# recreate NondisclosureName under utf-8 circumstance
|
||||||
def file_handler_options
|
def file_handler_options
|
||||||
fh_option = WEBrick::Config::FileHandler
|
WEBrick::Config::FileHandler.merge({
|
||||||
fh_option[:NondisclosureName] = ['.ht*','~*']
|
:FancyIndexing => true,
|
||||||
fh_option
|
:NondisclosureName => ['.ht*','~*']
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue