diff options
| author | Mark Otto <[email protected]> | 2021-01-25 14:38:27 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-25 14:38:27 -0800 |
| commit | f8183f617353dc521989ebd81cb9f8b7a59d411a (patch) | |
| tree | a7e732d77e644e7c141d40485d2684b1717d61de | |
| parent | ba30df146c78f7704e99e1d59de2e42f9d01a44a (diff) | |
| download | bootstrap-f8183f617353dc521989ebd81cb9f8b7a59d411a.tar.xz bootstrap-f8183f617353dc521989ebd81cb9f8b7a59d411a.zip | |
Add a link to v4.x from the v5 homepage (#32745)
* Add a link to v4.x from the v5 homepage
* Update masthead.html
* Update masthead.html
* Change label
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/layouts/partials/home/masthead.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 293819f53..a8a465fed 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -17,7 +17,9 @@ <p class="text-muted mb-0"> Currently <strong>v{{ .Site.Params.current_version }}</strong> <span class="px-1">·</span> - <a href="/docs/versions/" class="link-secondary">Previous releases</a> + <a href="https://getbootstrap.com/docs/4.6/getting-started/introduction/" class="link-secondary">v4.6.x docs</a> + <span class="px-1">·</span> + <a href="/docs/versions/" class="link-secondary">All releases</a> </p> </div> </div> |
