diff options
| author | XhmikosR <[email protected]> | 2024-03-20 17:29:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-20 17:29:12 +0200 |
| commit | a0912dc5434a2d27bd2af3c0da3b1a20c8f068e2 (patch) | |
| tree | f5009f4c2a9c300685b0080ee41aec8b34b874f3 /site | |
| parent | 1401722f7eed062e7c74a5a513c2cc0587043684 (diff) | |
| download | bootstrap-a0912dc5434a2d27bd2af3c0da3b1a20c8f068e2.tar.xz bootstrap-a0912dc5434a2d27bd2af3c0da3b1a20c8f068e2.zip | |
masthead.html: add `rel="noopener" target="_blank"` (#39805)
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index bee1baee8..d4ec0c026 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -1,7 +1,7 @@ <div class="bd-masthead mb-3" id="content"> <div class="container-xxl bd-gutter"> <div class="col-md-8 mx-auto text-center"> - <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://www.herodevs.com/support/nes-bootstrap?utm_source=Bootstrap_site&utm_medium=Banner&utm_campaign=v3and4_eol"> + <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://www.herodevs.com/support/nes-bootstrap?utm_source=Bootstrap_site&utm_medium=Banner&utm_campaign=v3and4_eol" rel="noopener" target="_blank"> <span class="d-sm-inline-flex align-items-center gap-1 py-2 px-3 me-2 mb-2 mb-lg-0 rounded-5 masthead-notice"> <span class="fw-semibold"> New! |
