1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Another case for Issue #10099

Another case for Issue #10099
This commit is contained in:
hero-m
2013-08-24 12:11:12 +04:30
parent d9e991fefe
commit 54dcb4b699

View File

@@ -9,7 +9,7 @@ base_url: "./"
<h1>Bootstrap</h1> <h1>Bootstrap</h1>
<p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p> <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p>
<p> <p>
<a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a> <a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a>
</p> </p>
</div> </div>
</main> </main>