mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Add noopener.
This commit is contained in:
parent
32a351a094
commit
a92bd815c0
@ -247,6 +247,7 @@ view maybeUrl sharedModel static =
|
||||
]
|
||||
[ Html.a
|
||||
[ Attr.href static.data.editUrl
|
||||
, Attr.rel "noopener"
|
||||
, Attr.target "_blank"
|
||||
, css
|
||||
[ Tw.text_sm
|
||||
|
Loading…
Reference in New Issue
Block a user