Skip to content

Commit a47fd95

Browse files
authored
Always load html5shiv over HTTPS
1 parent 8971b8f commit a47fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% seo %}
99
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
1010
<!--[if lt IE 9]>
11-
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
1212
<![endif]-->
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)