fix some (all?) Misskey references

This commit is contained in:
dakkar 2024-10-11 09:59:21 +01:00
parent 2da85e1163
commit a12815eabe
6 changed files with 15 additions and 15 deletions

View file

@ -9,11 +9,11 @@ html(class='embed')
head
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
meta(name='application-name' content='Sharkey')
meta(name='referrer' content='origin')
meta(name='theme-color' content= themeColor || '#86b300')
meta(name='theme-color-orig' content= themeColor || '#86b300')
meta(property='og:site_name' content= instanceName || 'Misskey')
meta(property='og:site_name' content= instanceName || 'Sharkey')
meta(property='instance_url' content= instanceUrl)
meta(name='viewport' content='width=device-width, initial-scale=1')
meta(name='format-detection' content='telephone=no,date=no,address=no,email=no,url=no')
@ -32,7 +32,7 @@ html(class='embed')
title
block title
= title || 'Misskey'
= title || 'Sharkey'
block meta
meta(name='robots' content='noindex')