mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add masto verification link support
This commit is contained in:
parent
5b4c7fc20d
commit
9bacc48643
19 changed files with 163 additions and 63 deletions
|
@ -42,6 +42,10 @@ export class PageHtml {
|
|||
escapedTitle: escapeHTML(CONFIG.INSTANCE.NAME),
|
||||
escapedTruncatedDescription: escapeHTML(CONFIG.INSTANCE.SHORT_DESCRIPTION),
|
||||
|
||||
relMe: url === WEBSERVER.URL
|
||||
? TagsHtml.findRelMe(CONFIG.INSTANCE.DESCRIPTION)
|
||||
: undefined,
|
||||
|
||||
image: avatar
|
||||
? { url: ActorImageModel.getImageUrl(avatar), width: avatar.width, height: avatar.height }
|
||||
: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue