diff options
| author | ryderr <r@okfoc.us> | 2014-11-13 13:35:57 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-13 13:35:57 -0500 |
| commit | ab94732c54ed62e27cf63f1d2b292b7494432366 (patch) | |
| tree | c865a2b8797d52575df2f38f9c4a85428fe0a375 /server/lib/views/index.js | |
| parent | 61eebaa5c3ef0d839c00c4d512b402ba71f97454 (diff) | |
| parent | bb6d520f07ca5aa481cb80558dd9078f600a1d64 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'server/lib/views/index.js')
| -rw-r--r-- | server/lib/views/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/views/index.js b/server/lib/views/index.js index b3a15c2..31cb1db 100644 --- a/server/lib/views/index.js +++ b/server/lib/views/index.js @@ -169,7 +169,7 @@ var views = module.exports = { isOwnProfile: isOwnProfile, profile: user, projects: projects || [], - ogTitle: "Vvalls: Profile of " + user.displayName, + ogTitle: "VValls: Profile of " + user.displayName, ogUrl: "http://vvalls.com/profile/" + user.username + "/", ogImage: user.photo, }) |
