mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-23 14:36:02 +09:00
프로필 링크에 rel=me 추가
This commit is contained in:
parent
ad211f415d
commit
0b497ea32d
@ -45,7 +45,7 @@ export class PageUserIndex extends React.Component<Props, State>
|
||||
<p>
|
||||
님의 {user.questionBoxName || '질문함'}
|
||||
<a href={user.url || `https://${user.hostName}/@${user.acct.split('@')[0]}`}
|
||||
rel="nofollow">
|
||||
rel="nofollow me">
|
||||
Mastodon 프로필
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user