mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 15:26:08 +02:00
Add 'twitter:creator' meta data in user pages (#3618)
* Update user.pug * Update user.pug * Update note.pug * Update user.pug * Update note.pug * Update note.pug
This commit is contained in:
committed by
syuilo
parent
b7c5c71c6f
commit
a0839de38f
@@ -21,6 +21,9 @@ block og
|
||||
block meta
|
||||
meta(name='twitter:card' content='summary')
|
||||
|
||||
if user.twitter
|
||||
meta(name='twitter:creator' content=`@${user.twitter.screenName}`)
|
||||
|
||||
if note.prev
|
||||
link(rel='prev' href=`${config.url}/notes/${note.prev}`)
|
||||
if note.next
|
||||
|
||||
Reference in New Issue
Block a user