Update masthead.html

This commit is contained in:
Mark Otto 2021-01-11 13:25:11 -08:00 committed by GitHub
parent 5116efd519
commit 46775ad2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
<p class="text-muted mb-0">
Currently <strong>v{{ .Site.Params.current_version }}</strong>
<span class="px-1">&middot;</span>
<a href="/docs/4.5/" class="link-secondary">Jump to v4.x</a>
<a href="https://getbootstrap.com/docs/4.5/getting-started/introduction/" class="link-secondary">Jump to v4.x</a>
<span class="px-1">&middot;</span>
<a href="/docs/versions/" class="link-secondary">All releases</a>
</p>