]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make navbar download the same as homepage download
authorTheodore Dubois <tblodt@icloud.com>
Mon, 14 May 2018 00:53:37 +0000 (17:53 -0700)
committerMark Otto <otto@github.com>
Thu, 12 Jul 2018 06:30:46 +0000 (23:30 -0700)
site/_includes/docs-navbar.html

index eb90d9bdaa6587c0a0ef900f9d8a64635a6acde1..cb442bd5303663db5c96e0c2f4ba7bd1bc81984f 100644 (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>