Setup rel=me links
This commit is contained in:
@@ -12,7 +12,7 @@ import Blazestar from './Blazestar.astro';
|
||||
<SidebarLink href="/about">About</SidebarLink>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://mastodon.social/@periodic" target="_blank">
|
||||
<a href="https://mastodon.social/@periodic" target="_blank" rel="me">
|
||||
<span class="sr-only">Follow Periodic on Mastodon</span>
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32"
|
||||
><path
|
||||
@@ -21,7 +21,7 @@ import Blazestar from './Blazestar.astro';
|
||||
></path></svg
|
||||
>
|
||||
</a>
|
||||
<a href="https://github.com/periodic" target="_blank">
|
||||
<a href="https://github.com/periodic" target="_blank" rel="me">
|
||||
<span class="sr-only">Go to Periodic's GitHub repo</span>
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32"
|
||||
><path
|
||||
|
||||
Reference in New Issue
Block a user