Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
static/bootstrap-3.4.1/* linguist-vendored
static/bootstrap-5.3.3/* linguist-vendored
static/font-awesome-4.7.0/* linguist-vendored
2 changes: 1 addition & 1 deletion layouts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="/assets/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script src="/assets/bootstrap-5.3.3/js/bootstrap.min.js"></script>
<script src="/assets/docs.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/assets/ie10-viewport-bug-workaround.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion layouts/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<% end %>

<!-- Bootstrap core CSS -->
<link href="/assets/bootstrap-3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/bootstrap-5.3.3/css/bootstrap.min.css" rel="stylesheet">

<!-- Algolia site search, see https://www.algolia.com/solutions/site-search/ -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
Expand Down
Loading