feat(theme): add `rel="me"` to social links by default (#4873)

pull/4881/head
Andrey Nering 2 months ago committed by GitHub
parent 8280000998
commit 34886c667d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ if (import.meta.env.SSR) {
:href="link"
:aria-label="ariaLabel ?? (typeof icon === 'string' ? icon : '')"
target="_blank"
rel="noopener"
rel="me noopener"
v-html="svg"
></a>
</template>

Loading…
Cancel
Save