Improve index layout and UX with UI adjustments and better wording

This commit is contained in:
Wu Cheng-Han 2016-08-15 10:56:14 +08:00
parent cf290e86e1
commit 3bcb36b46c
4 changed files with 91 additions and 39 deletions

View file

@ -93,7 +93,8 @@ function showIndex(req, res, next) {
github: config.github,
gitlab: config.gitlab,
dropbox: config.dropbox,
google: config.google
google: config.google,
signin: req.isAuthenticated()
});
res.write(content);
res.end();