Skip to content

Commit c35c4fd

Browse files
authored
bump bootstrap includes
defect 960950
1 parent d95d529 commit c35c4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/logo.png">
99

10-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
1111
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
1212
<link rel="stylesheet" href="{{ site.baseurl }}/css/github-highlight.css">
1313

1414
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
15-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
15+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
1616

1717
{% if jekyll.environment == "production" %}{% include analytics.html %}{% endif %}

0 commit comments

Comments
 (0)