bugfix missing navigation links
This commit is contained in:
parent
9131fb9a42
commit
c81ff7a441
|
@ -671,7 +671,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO add missing metadata and resave file
|
// TODO add missing metadata and resave file
|
||||||
desi.navigation = [];
|
desi.navigation = desi.site.navigation || [];
|
||||||
|
|
||||||
desi.content.root.forEach(function (entity) {
|
desi.content.root.forEach(function (entity) {
|
||||||
var name = path.join(
|
var name = path.join(
|
||||||
|
|
Loading…
Reference in New Issue