make link in header go to user page
This commit is contained in:
parent
18ef0e4a56
commit
6bbebffcd1
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ function metaForUser(user) {
|
|||
avatar: user.icon && user.icon.url?user.icon.url:null,
|
||||
headerImage:user.image && user.image.url?user.image.url:null,
|
||||
title: user.name||user.preferredUsername||null,
|
||||
description: user.summary||null
|
||||
description: user.summary||null,
|
||||
link:user.url||"#"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue