summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 01:11:51 -0600
committerWu Cheng-Han2015-11-29 01:11:51 -0600
commit54bfb0acea11c2e8659f28f10166432113c43633 (patch)
tree147de389feae2ad9817cc2eb8c6e6598545b227c /public/views/head.ejs
parentb070de8fa931d1b3b3f87d0c4afce55675f3cb93 (diff)
Fixed cdn import should using relative protocol
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r--public/views/head.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 6eaa82c7..4d6901b4 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<% if(useCDN) { %>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css">
<% } else { %>
<link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css">