feat: conditional rel=me
This commit is contained in:
parent
1945d493ad
commit
e8db66b9b4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const year = new Date().getFullYear()
|
|||
'u-url': !linkObj.excludeHCard,
|
||||
},
|
||||
]}
|
||||
rel="me"
|
||||
rel={!linkObj.excludeHCard ? 'me' : null}
|
||||
href={linkObj.url}
|
||||
aria-label={linkObj.text}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue