forked from FoundKeyGang/FoundKey
Fix ogp
This commit is contained in:
parent
6d45265763
commit
a60d83b101
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ html
|
|||
meta(name='application-name' content='Misskey')
|
||||
meta(name='referrer' content='origin')
|
||||
meta(name='theme-color' content='#105779')
|
||||
meta(property='og:site_name' content= title || 'Misskey')
|
||||
meta(property='og:site_name' content= instanceName || 'Misskey')
|
||||
link(rel='icon' href= icon || '/favicon.ico')
|
||||
link(rel='manifest' href='/manifest.json')
|
||||
|
||||
|
|
Loading…
Reference in a new issue