aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-09-06 21:56:17 +0300
committerXhmikosR <[email protected]>2021-09-15 15:31:00 +0300
commit9cdfbc06ce7633b0f5c3992c90daf1a50db7bd5c (patch)
tree9b6856a0ebd570cd8e1fa531349ab8466639b423
parentf9a79141bec5c7d8b941e4911b8f7b58f0b00768 (diff)
downloadbootstrap-9cdfbc06ce7633b0f5c3992c90daf1a50db7bd5c.tar.xz
bootstrap-9cdfbc06ce7633b0f5c3992c90daf1a50db7bd5c.zip
docs-navbar: use the config variable and update to 5.1
-rw-r--r--site/layouts/partials/docs-navbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html
index e25569c9e..33ec402b9 100644
--- a/site/layouts/partials/docs-navbar.html
+++ b/site/layouts/partials/docs-navbar.html
@@ -35,9 +35,9 @@
v{{ .Site.Params.docs_version }}
</a>
<div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="bd-versions">
- <a class="dropdown-item active" href="/docs/{{ .Site.Params.docs_version }}/">Latest (4.6.x)</a>
+ <a class="dropdown-item active" href="/docs/{{ .Site.Params.docs_version }}/">Latest ({{ .Site.Params.docs_version }}.x)</a>
<div class="dropdown-divider"></div>
- <a class="dropdown-item" href="https://getbootstrap.com/docs/5.0/">5.0.x</a>
+ <a class="dropdown-item" href="https://getbootstrap.com/docs/5.1/">5.1.x</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://getbootstrap.com/docs/3.4/">v3.4.1</a>
<a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a>