Compare commits

..

No commits in common. "a9cb7a58a374c03968311064790e74fabf538db1" and "9131fb9a425ba99e45c8c0998b4614cbd3d74d59" have entirely different histories.

3 changed files with 16 additions and 16 deletions

View File

@ -671,7 +671,7 @@
}
// TODO add missing metadata and resave file
desi.navigation = desi.site.navigation || [];
desi.navigation = [];
desi.content.root.forEach(function (entity) {
var name = path.join(

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "desirae",
"version": "0.11.6",
"version": "0.11.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "desirae",
"version": "0.11.6",
"version": "0.11.5",
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
"main": "desirae.js",
"scripts": {