Fix dirfilter to so files with dots in name are displayed
This commit is contained in:
parent
8f885e7050
commit
8f20b2bf42
@ -26,7 +26,7 @@ fn gentitle {
|
||||
}
|
||||
|
||||
# Don't change var name or trailing ';', some dirs change the filter!
|
||||
dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,;'
|
||||
dirfilter = '/\/[._]/d; s,^\.\.*/,.,; s,\.md$,,; s,\.html,,;'
|
||||
|
||||
# Sidebar
|
||||
fn menu {
|
||||
|
Loading…
Reference in New Issue
Block a user