Add a link to v4.x from the v5 homepage

This commit is contained in:
Mark Otto 2021-01-09 17:09:49 -08:00
parent ee8546da18
commit 5116efd519

View file

@ -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="/docs/4.5/" 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>
</div>
</div>