From 74b167b86d981190120cbc8ba350e99702f0ec00 Mon Sep 17 00:00:00 2001 From: Martin Bean Date: Fri, 13 Jul 2012 22:25:47 +0100 Subject: Moved JS to bottom as per best practices --- docs/templates/pages/getting-started.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') 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 @@ <title>Bootstrap 101 Template</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> - <script src="js/bootstrap.min.js"></script> </head> <body> <h1>Hello, world!</h1> + <script src="js/bootstrap.min.js"></script> </body> </html> -- cgit v1.2.3