mirror of
https://github.com/danbulant/design
synced 2026-06-19 06:11:28 +00:00
add referrer links
This commit is contained in:
parent
6eb3196188
commit
195751f226
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<a href={link} target="_blank" class="full" on:click={handle}>
|
||||
<a href={link} target="_blank" rel="noreferrer noopener" class="full" on:click={handle}>
|
||||
<div class="project">
|
||||
<div class="imgcon">
|
||||
<img src={image} alt="Project" draggable={false} class:grayscale>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<span>{tag}</span>{#if i !== tags.length - 1}<span>·</span>{/if}
|
||||
{/each}
|
||||
</div>
|
||||
<a href={link || "#"} target="_blank">View</a>
|
||||
<a href={link || "#"} rel="noreferrer noopener" target="_blank">View</a>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue