Skip to content

Commit f64a4cc

Browse files
committed
Update bootstrap; ref mruby#83
1 parent 2123bb3 commit f64a4cc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_includes/header.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44

55
{% include icons.html %}
66

7-
<!-- Latest compiled and minified CSS -->
8-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
9-
10-
<!-- Optional theme -->
11-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
7+
<!-- Bootstrap CSS -->
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
129

1310
<!-- Latest compiled and minified JavaScript -->
14-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
11+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
1513

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

0 commit comments

Comments
 (0)