1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 06:18:02 +09:00

일관성을 위해 요체로 변경

This commit is contained in:
liberaldev 2023-08-01 02:30:19 +09:00
parent bcf089a5ad
commit 522934fd4a

View File

@ -11,7 +11,7 @@ html
- const siteName = "Quesdon@Planet"
if profile
- const title = `${profile.name}님의 ${profile.questionBoxName || '질문함'}`
- const description = profile.description || `${title} 입니다`
- const description = profile.description || `${title}에요`
meta(name="twitter:card", content="summary")
meta(property="og:site_name", content=siteName)
meta(property="og:title", content=title)