diff options
author | jackycute | 2015-07-02 10:52:30 +0800 |
---|---|---|
committer | jackycute | 2015-07-02 10:52:30 +0800 |
commit | 71303791a6edaf5d4b3923115ec898ea49a1b135 (patch) | |
tree | db340873c43bf9d668fe30ad12c23bdef5eeacb7 | |
parent | 04e57c24fd532a042696973dabdd1b2b2c0fdaef (diff) |
Update index.html
Using protocol-relative url in cdn includes
Diffstat (limited to '')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 92e0ec2e..7d5cb17d 100644 --- a/public/index.html +++ b/public/index.html @@ -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> |