1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00

Fix meta tags (#4918)

This commit is contained in:
MeiMei
2019-05-14 02:50:23 +09:00
committed by syuilo
parent 052f8b265d
commit 342e48ed77
24 changed files with 33 additions and 24 deletions

View File

@@ -24,6 +24,9 @@ block meta
meta(name='twitter:card' content='summary')
if user.host
meta(name='robots' content='noindex')
if profile.twitter
meta(name='twitter:creator' content=`@${profile.twitter.screenName}`)