add rel noreferrer

Fix error Security: Anchor with "target=_blank" should have rel attribute containing the value "noreferrer" (13:6)
pull/8024/head
Sanguansak Petchmeesri 4 years ago committed by Yuichiro Yamashita
parent 4eca306468
commit a2dd479dae

@ -26,4 +26,4 @@ You can get the current *index* as a second argument, like so:
{/each} {/each}
``` ```
If you prefer, you can use destructuring — `each cats as { id, name }` — and replace `cat.id` and `cat.name` with `id` and `name`. If you prefer, you can use destructuring — `each cats as { id, name }` — and replace `cat.id` and `cat.name` with `id` and `name`.

Loading…
Cancel
Save