Hack on top of hack: set inBlog for dirs that are magically set as blogs
This commit is contained in:
parent
cf66a9f498
commit
a1a62e887c
1 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ for ( i in '' $args ) {
|
|||
inBlog = $blogDirs
|
||||
blogDirs = ()
|
||||
}
|
||||
|
||||
if ( ~ $#inBlog 0 && ~ $i [Bb]log )
|
||||
inBlog = 'yes'
|
||||
|
||||
if ( test -f $fpath/_config )
|
||||
. $fpath/_config
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue