diff options
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r-- | public/views/head.ejs | 2 |
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"> |