aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 23:07:15 -0700
committerMark Otto <[email protected]>2013-08-17 23:07:15 -0700
commitd13c4e5e5b2eb1337739b6eabb2c06bfa26d76c5 (patch)
treeb0d7241879cdfe7764bcf5110cfac3d41c3c2a29 /getting-started.html
parentc729f16282e8e3d1d272b2559708bb514d44c227 (diff)
downloadbootstrap-d13c4e5e5b2eb1337739b6eabb2c06bfa26d76c5.tar.xz
bootstrap-d13c4e5e5b2eb1337739b6eabb2c06bfa26d76c5.zip
Update URLs in config to what I think they need to be; add theme CDN url
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index beba48256..b4d78268d 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -16,7 +16,7 @@ base_url: "../"
<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 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 class="lead">The fastest way to get Bootstrap is to download 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-additional">Additional downloads</h3>
@@ -42,6 +42,9 @@ base_url: "../"
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="{{ site.cdn_css }}">
+<!-- Optional theme -->
+<link rel="stylesheet" href="{{ site.cdn_theme_css }}">
+
<!-- Latest compiled and minified JavaScript -->
<script src="{{ site.cdn_js }}"></script>
{% endhighlight %}