Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Mark Otto
46775ad2c5
Update masthead.html 2021-01-11 13:25:11 -08:00
Mark Otto
5116efd519 Add a link to v4.x from the v5 homepage 2021-01-09 17:09:49 -08:00

View file

@ -17,7 +17,9 @@
<p class="text-muted mb-0"> <p class="text-muted mb-0">
Currently <strong>v{{ .Site.Params.current_version }}</strong> Currently <strong>v{{ .Site.Params.current_version }}</strong>
<span class="px-1">&middot;</span> <span class="px-1">&middot;</span>
<a href="/docs/versions/" class="link-secondary">Previous releases</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> </p>
</div> </div>
</div> </div>