mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-08 13:45:21 +00:00
typo fix
This commit is contained in:
parent
aff76efc5b
commit
09ae915992
@ -77,7 +77,7 @@ function populateWithPermalink(tree) {
|
|||||||
);
|
);
|
||||||
tree[key].permalink = permalink;
|
tree[key].permalink = permalink;
|
||||||
tree[key].name = name;
|
tree[key].name = name;
|
||||||
tree[kye].maturity = maturity;
|
tree[key].maturity = maturity;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tree[key].isFolder = true;
|
tree[key].isFolder = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user