インスタンス名がブラウザタイトルに反映されないのを修正 (#2668)
* titleが反映されないのを修正 * deckでtitleが反映されるように修正
This commit is contained in:
parent
67f60ab307
commit
5a13c38a6d
6 changed files with 10 additions and 5 deletions
|
@ -6,7 +6,7 @@ block vars
|
|||
- const url = `${config.url}/notes/${note.id}`;
|
||||
|
||||
block title
|
||||
= `${title} | Misskey`
|
||||
= `${title} | ${config.name}`
|
||||
|
||||
block desc
|
||||
meta(name='description' content= summary)
|
||||
|
|
|
@ -6,7 +6,7 @@ block vars
|
|||
- const img = user.avatarId ? `${config.drive_url}/${user.avatarId}` : null;
|
||||
|
||||
block title
|
||||
= `${title} | Misskey`
|
||||
= `${title} | ${config.name}`
|
||||
|
||||
block desc
|
||||
meta(name='description' content= user.description)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue