diff options
| author | Thomas Park <thomas@thomaspark.me> | 2013-10-30 16:13:42 -0400 |
|---|---|---|
| committer | Thomas Park <thomas@thomaspark.me> | 2013-10-30 16:13:42 -0400 |
| commit | 48c64127b37be4a692a70cb7b38ed9744163582b (patch) | |
| tree | dcf4b4b76612269a6b135c695861eca7e89a0cfa /bower_components/bootstrap/index.html | |
| parent | 620e501c3d804b1dc2c7d796d7ae378db5e1a040 (diff) | |
3.0.0 -> 3.0.1
Diffstat (limited to 'bower_components/bootstrap/index.html')
| -rwxr-xr-x | bower_components/bootstrap/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bower_components/bootstrap/index.html b/bower_components/bootstrap/index.html index 187f3b64..9e8485e8 100755 --- a/bower_components/bootstrap/index.html +++ b/bower_components/bootstrap/index.html @@ -9,7 +9,8 @@ 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_dist }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a> + <a href="{{ site.download_source }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);">Download source</a> </p> </div> </main> |
