Fix bug that broke project blogs (that had set blogDirs in parental _config)
This commit is contained in:
parent
abbe859888
commit
7569ec910d
@ -132,7 +132,7 @@ fpath=$sitedir
|
|||||||
for ( i in '' $args ) {
|
for ( i in '' $args ) {
|
||||||
fpath = $fpath/$i
|
fpath = $fpath/$i
|
||||||
# We don't want blog settings to cascade into posts, note that we are inBlog instead
|
# We don't want blog settings to cascade into posts, note that we are inBlog instead
|
||||||
if ( ! ~ $#blogDirs 0 && ! ~ $body */indexrss ) {
|
if ( ! ~ $#blogDirs 0 && ! ~ $body */indexrss */[bB]log */[bB]log/ ) {
|
||||||
inBlog = $blogDirs
|
inBlog = $blogDirs
|
||||||
blogDirs = ()
|
blogDirs = ()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user