Fix sitemap.tpl to use the new split dirfilter
This commit is contained in:
parent
79c07a8d23
commit
f785c96fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ fn listDir {
|
|||
if(! ~ $#redirectPermanent 1)
|
||||
{
|
||||
|
||||
for(i in `{ls -dF $d^*/ $d^*.md $d^*.html $d^*.txt >[2]/dev/null | sed $dirfilter}) {
|
||||
for(i in `{ls -dF $d^*/ $d^*.md $d^*.html $d^*.txt >[2]/dev/null | sed $dirfilter$dirclean}) {
|
||||
desc=''
|
||||
if(test -f $i.md)
|
||||
desc=`{getMdDesc $i.md}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue