mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 08:29:52 +01:00
readd rel and target attributes to profile links (fixes #93)
This commit is contained in:
parent
6c8f2b648e
commit
e03c9827b9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
</script>
|
||||
|
||||
{#if isLink}
|
||||
<a href={link} class="text-decoration-none">
|
||||
<a href={link} class="text-decoration-none" rel="me nofollow noreferrer" target="_blank">
|
||||
<li class="py-2 py-lg-0">
|
||||
<Icon name="globe" aria-hidden class="text-body" />
|
||||
<span class="text-decoration-underline">{displayLink}</span>
|
||||
|
|
Loading…
Reference in a new issue