Add rel="me" to account links
This commit is contained in:
parent
65ed6e9de4
commit
584a6d2fc9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
alt={link.name}
|
||||
/>
|
||||
{#if link.href}
|
||||
<a href={link.href} target="_blank">
|
||||
<a href={link.href} rel="me" target="_blank">
|
||||
{link.name}: {link.username}
|
||||
</a>
|
||||
{:else}
|
||||
|
|
Loading…
Add table
Reference in a new issue