I'm a moron, revert pointless change to dirfilter that broke everything
This commit is contained in:
parent
6b4834f120
commit
7e8f7b5fb1
@ -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