Commit 253bb378 authored by Mark Otto's avatar Mark Otto
Browse files

fix downloads link on homepage

parent 7a50a2cb
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f ...@@ -9,7 +9,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<span class="bd-booticon outline">B</span> <span class="bd-booticon outline">B</span>
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p> <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>
<p class="lead"> <p class="lead">
<a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> <a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
</p> </p>
<p class="version">Currently v{{ site.current_version }}</p> <p class="version">Currently v{{ site.current_version }}</p>
{% include ads.html %} {% include ads.html %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment