diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 12:32:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 13:35:53 -0700 |
| commit | 38d6e7179a03c5830030d96e2ab3190760a60695 (patch) | |
| tree | c25be416095497958956e8ceb870f9a6955d23a3 /getting-started.html | |
| parent | af2ea581b24bfae28a72275fac000a72e9e4130a (diff) | |
| download | bootstrap-38d6e7179a03c5830030d96e2ab3190760a60695.tar.xz bootstrap-38d6e7179a03c5830030d96e2ab3190760a60695.zip | |
don't show download_dist in favor of site.download; addresses #9138 & its many dupes
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index f9245e5f8..c326734b2 100644 --- a/getting-started.html +++ b/getting-started.html @@ -15,9 +15,14 @@ base_url: "../" </div> <p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p> + <h3>Download latest full source</h3> + <p class="lead">Until Bootstrap 3.0.0 is finalized, download the latest full source code (includes compiled and minified versions of our CSS and JavaScript under the <code>dist/</code> directory).</p> + <a href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest Bootstrap 3</a> + <!-- <h3>Download compiled CSS and JS</h3> <p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p> <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> + --> <h3 id="download-options">More download options</h3> <div class="bs-docs-dl-options"> |
