Fix bug that broke project blogs (that had set blogDirs in parental _config)
This commit is contained in:
parent
2c098ef134
commit
e558c96047
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue