]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove noopener from target _blank links
authorMark Otto <markdotto@gmail.com>
Wed, 7 Apr 2021 02:37:58 +0000 (19:37 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 7 Apr 2021 02:37:58 +0000 (19:37 -0700)
site/layouts/partials/footer.html

index 96beebb49287b1d750224250da39870b0b48d8d9..ec5d867edb6905e8e6ede735b5411376e130d286 100644 (file)
@@ -8,7 +8,7 @@
         </a>
         <ul class="list-unstyled small text-muted">
           <li class="mb-2">Designed and built with all the love in the world by the <a href="/docs/{{ .Site.Params.docs_version }}/about/team/">Bootstrap team</a> with the help of <a href="{{ .Site.Params.repo }}/graphs/contributors">our contributors</a>.</li>
-          <li class="mb-2">Code licensed <a href="{{ .Site.Params.repo }}/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</li>
+          <li class="mb-2">Code licensed <a href="{{ .Site.Params.repo }}/blob/main/LICENSE" target="_blank" rel="license">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license">CC BY 3.0</a>.</li>
           <li class="mb-2">Currently v{{ .Site.Params.current_version }}.</li>
         </ul>
       </div>