mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Fix links after #30041
This commit is contained in:
parent
ec3c6776ff
commit
8411c37974
@ -51,7 +51,8 @@ params:
|
||||
current_ruby_version: "4.3.1"
|
||||
rfs_version: "9.0.2"
|
||||
docs_version: "4.3"
|
||||
repo: "https://github.com/twbs"
|
||||
github_org: "https://github.com/twbs"
|
||||
repo: "https://github.com/twbs/bootstrap"
|
||||
twitter: "getbootstrap"
|
||||
slack: "https://bootstrap-slack.herokuapp.com/"
|
||||
opencollective: "https://opencollective.com/bootstrap"
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<ul class="navbar-nav ml-sm-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link px-1 mx-1 py-3 my-n2" href="{{ .Site.Params.repo }}" target="_blank" rel="noopener" aria-label="GitHub">
|
||||
<a class="nav-link px-1 mx-1 py-3 my-n2" href="{{ .Site.Params.github_org }}" target="_blank" rel="noopener" aria-label="GitHub">
|
||||
{{ partial "icons/github.svg" (dict "class" "navbar-nav-svg" "width" "36" "height" "36") }}
|
||||
</a>
|
||||
</li>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<footer class="bd-footer p-3 p-md-5 mt-5 bg-light text-center text-sm-left">
|
||||
<div class="container">
|
||||
<ul class="bd-footer-links">
|
||||
<li><a href="{{ .Site.Params.repo }}">GitHub</a></li>
|
||||
<li><a href="{{ .Site.Params.github_org }}">GitHub</a></li>
|
||||
<li><a href="https://twitter.com/{{ .Site.Params.twitter }}">Twitter</a></li>
|
||||
<li><a href="/docs/{{ .Site.Params.docs_version }}/examples/">Examples</a></li>
|
||||
<li><a href="/docs/{{ .Site.Params.docs_version }}/about/overview/">About</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user