Skip to content

Commit

Permalink
fix(deps): use correct bootstrap css (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
skeggse committed Oct 28, 2020
1 parent de79dfd commit a5a5e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/views/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{{#if (useCdn)}}
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css">
<!-- JSON Viewer -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
Expand Down

0 comments on commit a5a5e23

Please sign in to comment.