added title to settings page #7592
+3
−1
raisedadead
commented on the diff
server/boot/user.js
@@ -249,7 +249,9 @@ module.exports = function(app) { | ||
} | ||
function getSettings(req, res) { | ||
- res.render('account/settings'); | ||
+ res.render('account/settings', { | ||
+ title: 'Settings | Free Code Camp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
raisedadead
closed this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can someone check it out and make sure it works? My version of FCC can't run because I can't seem to install a dependency.