summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorxnum2015-11-23 20:38:26 +0800
committerxnum2015-11-23 20:38:26 +0800
commitf51b7370f030c5cd1235fa7a23514a7e1ccef2dd (patch)
treeb6f43191518b16f74ca33b1406567a0ffcaa6f32 /public/views/head.ejs
parent75ae505a1544d8999e6705aad7ed96ff5a6eb0e5 (diff)
Add Slide Mode
using reveal.js and some part of reveal-md
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index fa85daf9..d4e9c254 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -9,11 +9,11 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<% if(useCDN) { %>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.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/css/bootstrap.min.css">
-<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/bootstrap-social.css">
<% } %>
<link rel="stylesheet" href="/vendor/jquery-ui/jquery-ui.min.css">
@@ -31,4 +31,4 @@
<link rel="stylesheet" href="/css/markdown.css">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/extra.css">
-<link rel="stylesheet" href="/css/site.css"> \ No newline at end of file
+<link rel="stylesheet" href="/css/site.css">