Skip to content

Commit b8795a3

Browse files
committed
use newer bootstrap version
1 parent 1e06533 commit b8795a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<title>{{ page.title }}</title>
55

66
<!-- Latest compiled and minified CSS -->
7-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
88

99
<!-- Optional theme -->
10-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
1111

1212
<!-- Latest compiled and minified JavaScript -->
13-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
13+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
1414

1515
<!-- syntax highlighting CSS -->
1616
<link rel="stylesheet" href="/css/syntax.css">

0 commit comments

Comments
 (0)