Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8411c379
Commit
8411c379
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix links after #30041
parent
ec3c6776
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.yml
+2
-1
config.yml
site/layouts/partials/docs-navbar.html
+1
-1
site/layouts/partials/docs-navbar.html
site/layouts/partials/footer.html
+1
-1
site/layouts/partials/footer.html
with
4 additions
and
3 deletions
+4
-3
config.yml
+
2
-
1
View file @
8411c379
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
site/layouts/partials/docs-navbar.html
+
1
-
1
View file @
8411c379
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
site/layouts/partials/footer.html
+
1
-
1
View file @
8411c379
<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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment