Fix typo in dirfilter, thanks to soul9 for finding this!
This commit is contained in:
parent
4c1edbce01
commit
bd44a5d891
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ fn gentitle {
|
||||||
|
|
||||||
# Don't change var name or trailing ';', dirfilter might be changed from _werc/config!
|
# Don't change var name or trailing ';', dirfilter might be changed from _werc/config!
|
||||||
# TODO: Specify the canonical path input format handled by dirfilter
|
# TODO: Specify the canonical path input format handled by dirfilter
|
||||||
dirfilter = '/\/[._]/d; /'^$forbidden_uri_chars^'/d; /\/(robots.\txt|sitemap\.txt|index\.(md|html|txt|tpl))$/d; /_werc$/d; s,^\./,,; s,\.md$,,; s,\.html,,; s,\.txt,,; '
|
dirfilter = '/\/[._]/d; /'^$forbidden_uri_chars^'/d; /\/(robots\.txt|sitemap\.txt|index\.(md|html|txt|tpl))$/d; /_werc$/d; s,^\./,,; s,\.md$,,; s,\.html,,; s,\.txt,,; '
|
||||||
|
|
||||||
# To be used from config files
|
# To be used from config files
|
||||||
fn hide_paths {
|
fn hide_paths {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue