0
0
Fork 0

fix: name on pages

This commit is contained in:
아르페 2023-12-25 23:48:08 +09:00
parent c1eab98b7e
commit 8681212ed9
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F

View file

@ -4,12 +4,12 @@ html
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
block meta
- const title = t ? `${t} | Misskey Tools`: 'Misskey Tools';
- const title = t ? `${t} | Misskey Tools`: 'Misskey Tools with LycheeBridge';
- const desc = d || '🌠 연합우주의 모든 Misskey 사용자를 위한 다양한 도구 모음집 🚀';
title= title
meta(name='description' content=desc)
meta(property='og:title' content=title)
meta(property='og:site_name' content='Misskey Tools on LycheeBridge')
meta(property='og:site_name' content='Misskey Tools with LycheeBridge')
meta(property='og:description' content=desc)
meta(property='og:type' content='website')
meta(property='og:image' content="https://tools.phater.live/assets/misskey.png")