Skip to content

Commit 085c9c0

Browse files
committed
Moved script tags to bottom, using Google CDN jQuery instead of local copy
1 parent 756b48c commit 085c9c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

html/template.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
<meta name="description" content="{description}">
99
<link rel="stylesheet" href="css/garden.css" media="screen">
1010
<link rel="stylesheet" href="css/prettify.css" media="screen">
11-
12-
<script src="js/jquery-1.4.4.min.js"></script>
13-
<script src="js/jquery.color.min.js"></script>
14-
<script src="js/garden.js"></script>
1511
</head>
1612

1713
<body>
@@ -35,6 +31,9 @@ <h1>{title}</h1>
3531
</footer>
3632
</div>
3733
<script src="js/prettify.js"></script>
34+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
35+
<script src="js/jquery.color.min.js"></script>
36+
<script src="js/garden.js"></script>
3837
</body>
3938
</html>
4039

0 commit comments

Comments
 (0)