I'm a moron, revert pointless change to dirfilter that broke everything
This commit is contained in:
parent
d8e656839b
commit
fe7247ea73
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fn gentitle {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Don't change var name or trailing ';', some dirs change the filter!
|
# 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
|
# Sidebar
|
||||||
fn menu {
|
fn menu {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue