summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 16:28:18 +0800
committerCheng-Han, Wu2016-04-20 16:28:18 +0800
commite613aeba75aec5ceb4f10ae62881a3635183857d (patch)
treef14e7e62eef2c9bc27b64e9d67180e3489dee191 /public/views/head.ejs
parent3f153515f4aae1b5d352cd25885b846233542ac1 (diff)
Updated to support ionicons
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index a00c2e2b..b4d083bb 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -13,10 +13,12 @@
<% if(useCDN) { %>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.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="<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="<%- url %>/vendor/font-awesome/css/font-awesome.min.css">
+<link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
<% } %>
<link rel="stylesheet" href="<%- url %>/vendor/jquery-ui/jquery-ui.min.css">