Update index.html

Using protocol-relative url in cdn includes
This commit is contained in:
jackycute 2015-07-02 10:52:30 +08:00
parent 04e57c24fd
commit 71303791a6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2-bootstrap.min.css`">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="/css/cover.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css">
<link rel="stylesheet" href="/css/site.css">
</head>