summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 18:22:18 +0800
committerCheng-Han, Wu2016-04-20 18:22:18 +0800
commitb40bf3aef7359c181eea04c06ec52b62cc72aaaf (patch)
tree7a6bc6873b4515835671d4ca38bbd3c4860390a3 /public/views/head.ejs
parent7e69bfc40b25f06618d1dbe744256e9a0d12280a (diff)
Update to support octicon and change header anchor styles
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 f527af11..cdc59048 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -14,11 +14,13 @@
<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/octicons/3.5.0/octicons.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 %>/vendor/octicons/octicons/octicons.css">
<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
<% } %>
<link rel="stylesheet" href="<%- url %>/vendor/jquery-ui/jquery-ui.min.css">