mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix application-name
This commit is contained in:
parent
72dfed1c08
commit
4b9c14329c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ html
|
|||
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content= title || 'Misskey')
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue