aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGreg Raven <[email protected]>2013-01-22 06:46:53 -0800
committerGreg Raven <[email protected]>2013-01-22 06:46:53 -0800
commit22f1cc44caa1eb8557fad4bbb1d652d486b56a52 (patch)
tree380fe555be3e9a310bb71359d0d312dfaaf423a4 /docs
parent558bc52432840ea1b2f413438427164288f10350 (diff)
downloadbootstrap-22f1cc44caa1eb8557fad4bbb1d652d486b56a52.tar.xz
bootstrap-22f1cc44caa1eb8557fad4bbb1d652d486b56a52.zip
Update docs/templates/pages/getting-started.mustache
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/getting-started.mustache5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 2eec7ff76..3e2134ea7 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -134,10 +134,11 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
@@ -152,7 +153,7 @@
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;