added robots meta tag

This commit is contained in:
Danny Coates
2019-03-14 11:40:01 -07:00
parent 7413a3336a
commit 4e26c6ab75
3 changed files with 6 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ module.exports = async function(req) {
fileInfo: {},
cspNonce: req.cspNonce,
user: { avatar: assets.get('user.svg'), loggedIn: false },
route: req.route.path,
authConfig,
layout
};