Add rel="me" to account links

This commit is contained in:
pancakes 2025-02-05 12:08:07 +10:00
parent 65ed6e9de4
commit 584a6d2fc9
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -58,7 +58,7 @@
alt={link.name} alt={link.name}
/> />
{#if link.href} {#if link.href}
<a href={link.href} target="_blank"> <a href={link.href} rel="me" target="_blank">
{link.name}: {link.username} {link.name}: {link.username}
</a> </a>
{:else} {:else}