8000 Merge pull request #521 from tableau/jacalata-patch-1 · SnarkyPapi/server-client-python@efdde85 · GitHub
[go: up one dir, main page]

Skip to content

Commit efdde85

Browse files
authored
Merge pull request tableau#521 from tableau/jacalata-patch-1
bump bootstrap to 3.4.1
2 parents 30c7b1d + 1c9e688 commit efdde85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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="{{ site.baseurl }}/js/redirect-to-search.js"></script>
1515
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
16-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
16+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
1717

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

0 commit comments

Comments
 (0)
0