From a2dd479daea8fd7aeee90e758574bc4bf573a471 Mon Sep 17 00:00:00 2001 From: Sanguansak Petchmeesri Date: Fri, 11 Nov 2022 23:15:43 +0700 Subject: [PATCH] add rel noreferrer Fix error Security: Anchor with "target=_blank" should have rel attribute containing the value "noreferrer" (13:6) --- site/content/tutorial/04-logic/04-each-blocks/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/04-logic/04-each-blocks/text.md b/site/content/tutorial/04-logic/04-each-blocks/text.md index 65b4c7bfed..c3a6c30d4e 100644 --- a/site/content/tutorial/04-logic/04-each-blocks/text.md +++ b/site/content/tutorial/04-logic/04-each-blocks/text.md @@ -26,4 +26,4 @@ You can get the current *index* as a second argument, like so: {/each} ``` -If you prefer, you can use destructuring — `each cats as { id, name }` — and replace `cat.id` and `cat.name` with `id` and `name`. \ No newline at end of file +If you prefer, you can use destructuring — `each cats as { id, name }` — and replace `cat.id` and `cat.name` with `id` and `name`.