Skip to content

Commit 8415a67

Browse files
committed
Merge pull request #10 from alex88/patch-1
Updated bootstrap and jquery assets url Note: the reason the bootstrap URLs are 404'ing is due to https://github.com/blog/1452-new-github-pages-domain-github-io
2 parents af863de + 2cd58e8 commit 8415a67

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Resources/views/layout.html.twig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
<meta name="author" content="">
99

1010
<!-- Le styles -->
11-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
11+
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css">
1212

1313
<style type="text/css">
1414
body {
1515
padding-top: 60px;
1616
}
1717
</style>
1818

19-
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
20-
2119
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
2220
<!--[if lt IE 9]>
2321
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -30,8 +28,8 @@
3028
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/assets/ico/apple-touch-icon-72-precomposed.png">
3129
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/assets/ico/apple-touch-icon-57-precomposed.png">
3230

33-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
34-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-collapse.js"></script>
31+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
32+
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
3533
</head>
3634

3735
<body>

0 commit comments

Comments
 (0)