mirror of https://github.com/twbs/bootstrap.git
Make navbar download the same as homepage download
This commit is contained in:
parent
1c92bac655
commit
df24f880f4
|
@ -58,5 +58,5 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue