diff options
| author | Mark Otto <[email protected]> | 2012-09-05 10:00:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-05 10:00:57 -0700 |
| commit | 08b8571cb842e9fc668d9faf6c305a51523b27fb (patch) | |
| tree | 87de78b5a74f0f40d081eb30b81f5eda3ef81c39 /docs/templates | |
| parent | c52368d3c5984b28e6a71e5e1240afdd788fc2e6 (diff) | |
| download | bootstrap-08b8571cb842e9fc668d9faf6c305a51523b27fb.tar.xz bootstrap-08b8571cb842e9fc668d9faf6c305a51523b27fb.zip | |
version bump to get this started
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index f02b8d505..10977cfd3 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -2,11 +2,11 @@ <div class="container"> <h1>Bootstrap</h1> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> - <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.1']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p> + <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p> <ul class="masthead-links"> <li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a></li> <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li> - <li>Version 2.1.1</li> + <li>Version 2.1.2</li> </ul> </div> </div> |
