Hide robots.txt too!
This commit is contained in:
parent
eade40776a
commit
33591c1f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,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; /sitemap\.txt/d; s,^\./,,; s,\.md$,,; s,\.html,,; s,\.txt,,; '
|
dirfilter = '/\/[._]/d; /\/robots.\txt$/d; /\/sitemap\.txt$/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