feat: set proper rel-attributes to external links
This commit is contained in:
@@ -18,5 +18,5 @@ const { cssClass, href, title } = Astro.props;
|
|||||||
{href}
|
{href}
|
||||||
{title}
|
{title}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="external me noreferrer"><slot name="logo" /><slot /></a
|
rel="external me nofollow noreferrer"><slot name="logo" /><slot /></a
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -112,6 +112,8 @@ const kcStart = new Date(2026, 0, 1);
|
|||||||
Jahre<br />
|
Jahre<br />
|
||||||
(<a
|
(<a
|
||||||
href="https://www.credly.com/badges/e06dda2d-a444-448d-809a-31565c3b8c8d/public_url"
|
href="https://www.credly.com/badges/e06dda2d-a444-448d-809a-31565c3b8c8d/public_url"
|
||||||
|
target="_blank"
|
||||||
|
rel="external me nofollow noreferrer"
|
||||||
>AWS Certified Solutions Architect – Associate</a
|
>AWS Certified Solutions Architect – Associate</a
|
||||||
>, AWS, GCP, Azure, CloudFormation, HashiCorp Terraform)
|
>, AWS, GCP, Azure, CloudFormation, HashiCorp Terraform)
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user