Simplify index.mst to a single div to insert the editor

This commit is contained in:
Nick O'Leary
2019-05-02 16:09:13 +01:00
parent 8dc1ad8168
commit 5b1defad9f
15 changed files with 171 additions and 148 deletions

View File

@@ -169,6 +169,9 @@ module.exports = {
}
}
}
themeApp.get("/", function(req,res) {
res.json(themeContext);
})
if (theme.hasOwnProperty("menu")) {
themeSettings.menu = theme.menu;