diff --git a/core/server.js b/core/server.js index 25b4c3f4fe..c0de647805 100644 --- a/core/server.js +++ b/core/server.js @@ -112,7 +112,7 @@ function ghostLocals(req, res, next) { _.extend(res.locals, { currentUser: { name: currentUser.attributes.name, - profile: currentUser.attributes.image + image: currentUser.attributes.image } }); next(); diff --git a/core/server/views/partials/navbar.hbs b/core/server/views/partials/navbar.hbs index d9d7ab2430..ea1cc471f6 100644 --- a/core/server/views/partials/navbar.hbs +++ b/core/server/views/partials/navbar.hbs @@ -9,7 +9,7 @@