diff options
| author | Mark Otto <[email protected]> | 2021-04-06 19:37:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-04-06 19:37:58 -0700 |
| commit | 0d1fec9aa80ef6065a9bfebd8e2cff097d4fe122 (patch) | |
| tree | 26c88437b0e5dbc2d3a49e030ae7036ab0640244 | |
| parent | 0c56749f136c0d01aaebe17b6bf1584239f80869 (diff) | |
| download | bootstrap-0d1fec9aa80ef6065a9bfebd8e2cff097d4fe122.tar.xz bootstrap-0d1fec9aa80ef6065a9bfebd8e2cff097d4fe122.zip | |
Remove noopener from target _blank links
| -rw-r--r-- | site/layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 96beebb49..ec5d867ed 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -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> |
