diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-13 12:21:58 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-13 12:21:58 -0500 |
| commit | 4e9ae814bafe7bb358326821da7432f685495804 (patch) | |
| tree | 9ceb1d2d48ba939422bb9a124bf02ccb816c68c6 /server/lib/views/index.js | |
| parent | e10180d116a09ed0d8e4cc9698015e5f1056c5e3 (diff) | |
| parent | 9ef3f0ec50c965396a2271182dd27dc5b6539081 (diff) | |
merge
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, }) |
