Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.yml3
-rw-r--r--site/layouts/partials/docs-navbar.html2
-rw-r--r--site/layouts/partials/footer.html2
3 files changed, 4 insertions, 3 deletions
diff --git a/config.yml b/config.yml
index ff9b7046a5..6d8d7b9137 100644
--- a/config.yml
+++ b/config.yml
@@ -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"
diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html
index 3a994c39d8..b1d02ceaf0 100644
--- a/site/layouts/partials/docs-navbar.html
+++ b/site/layouts/partials/docs-navbar.html
@@ -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>
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html
index 754aa5df26..8c650a5d0c 100644
--- a/site/layouts/partials/footer.html
+++ b/site/layouts/partials/footer.html
@@ -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>