We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e902ce commit b1d34fdCopy full SHA for b1d34fd
_layouts/bootstrap.html
@@ -14,7 +14,7 @@
14
<!-- CSS -->
15
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
16
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
17
- <link href="//netdna.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
18
19
<link rel="stylesheet" href="{{ '/css/style.css' | relative_url }}">
20
0 commit comments