diff options
| author | Mark Otto <[email protected]> | 2013-08-24 01:33:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 01:33:04 -0700 |
| commit | a167a910d9ee79d846b9f8b83ed45a3093cb001c (patch) | |
| tree | cd59e638e3cda9e0fde2175586546f9bcfd738ee | |
| parent | d9e991fefed8a59ff50a326aa11526405d946e37 (diff) | |
| parent | 54dcb4b6996ab4bb880edd84b84c9c0a7d41953f (diff) | |
| download | bootstrap-a167a910d9ee79d846b9f8b83ed45a3093cb001c.tar.xz bootstrap-a167a910d9ee79d846b9f8b83ed45a3093cb001c.zip | |
Merge pull request #10103 from hero-m/patch-1
Another case for Issue #10099
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 187f3b643..71c34922e 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./" <h1>Bootstrap</h1> <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</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> </div> </main> |
