0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Make navbar download the same as homepage download

This commit is contained in:
Theodore Dubois 2018-05-13 17:53:37 -07:00 committed by Mark Otto
parent 1c92bac655
commit df24f880f4

View File

@ -58,5 +58,5 @@
</li>
</ul>
<a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
<a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Download</a>
</header>