Proper handling of .txt files in sitemaps, sidebar and dir listings.
This commit is contained in:
parent
de5898ddde
commit
eade40776a
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ fn gentitle {
|
|||
}
|
||||
|
||||
# Don't change var name or trailing ';', some dirs change the filter!
|
||||
dirfilter = '/\/[._]/d; s,^\./,,; s,\.md$,,; s,\.html,,; '
|
||||
dirfilter = '/\/[._]/d; /sitemap\.txt/d; s,^\./,,; s,\.md$,,; s,\.html,,; s,\.txt,,; '
|
||||
|
||||
# To be used from _config files
|
||||
fn hide_paths {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue