aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-01-25 14:38:27 -0800
committerGitHub <[email protected]>2021-01-25 14:38:27 -0800
commitf8183f617353dc521989ebd81cb9f8b7a59d411a (patch)
treea7e732d77e644e7c141d40485d2684b1717d61de
parentba30df146c78f7704e99e1d59de2e42f9d01a44a (diff)
downloadbootstrap-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.html4
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">&middot;</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">&middot;</span>
+ <a href="/docs/versions/" class="link-secondary">All releases</a>
</p>
</div>
</div>