Set rel nofollow to external links
This commit is contained in:
@@ -22,17 +22,17 @@ let { more, ...rest }: Pick<CardProps, "more" | "class"> = $props();
|
||||
|
||||
{#snippet links()}
|
||||
<li>
|
||||
<a href="https://github.com/cannorin" target="_blank">
|
||||
<a href="https://github.com/cannorin" target="_blank" rel="nofollow noopener noreferrer">
|
||||
<SiGithub title="GitHub" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://qiita.com/cannorin" target="_blank">
|
||||
<a href="https://qiita.com/cannorin" target="_blank" rel="nofollow noopener noreferrer">
|
||||
<SiQiita title="Qiita" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://zenn.dev/cannorin" target="_blank">
|
||||
<a href="https://zenn.dev/cannorin" target="_blank" rel="nofollow noopener noreferrer">
|
||||
<SiZenn title="Zenn" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user