[archiver] Also allow _index.*
as index files.
This commit is contained in:
parent
9ca74e2487
commit
2f26517286
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ import "strings"
|
|||
|
||||
|
||||
var IndexNames = []string {
|
||||
|
||||
"_index.html", "_index.htm",
|
||||
"_index.xhtml", "_index.xht",
|
||||
"_index.txt",
|
||||
"_index.json",
|
||||
"_index.xml",
|
||||
|
||||
"index.html", "index.htm",
|
||||
"index.xhtml", "index.xht",
|
||||
"index.txt",
|
||||
|
|
Loading…
Reference in a new issue