aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages
diff options
context:
space:
mode:
authorMartin Bean <[email protected]>2012-07-13 22:25:47 +0100
committerMartin Bean <[email protected]>2012-07-13 22:25:47 +0100
commit74b167b86d981190120cbc8ba350e99702f0ec00 (patch)
treec0dff98d72011eb234145fb986719ac303fd4c61 /docs/templates/pages
parent93b1519017ecf002883b72cd69d4e08fc2500697 (diff)
downloadbootstrap-74b167b86d981190120cbc8ba350e99702f0ec00.tar.xz
bootstrap-74b167b86d981190120cbc8ba350e99702f0ec00.zip
Moved JS to bottom as per best practices
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/getting-started.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index ed203281a..486a0b79a 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -145,10 +145,10 @@
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
&lt;!-- Bootstrap --&gt;
&lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
- &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>