summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 11:07:08 +0800
committerWu Cheng-Han2016-07-30 11:07:08 +0800
commit8791447ef918eb38736a94e8e126c17269f3b683 (patch)
tree9546614bf4f595ee5a93ed474d60cb783a7519a5 /public/views
parent0f4f270193261bf9d0e8fd8729b2d863a35ee5f0 (diff)
Update to support slide preview in both mode
Diffstat (limited to '')
-rw-r--r--public/views/foot.ejs3
-rw-r--r--public/views/head.ejs1
2 files changed, 3 insertions, 1 deletions
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index 67018c21..474a0746 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -77,4 +77,5 @@
<script src="<%- url %>/js/render.js" defer></script>
<script src="<%- url %>/js/history.js" defer></script>
<script src="<%- url %>/js/index.js" defer></script>
-<script src="<%- url %>/js/syncscroll.js" defer></script> \ No newline at end of file
+<script src="<%- url %>/js/syncscroll.js" defer></script>
+<script src="<%- url %>/js/reveal-markdown.js" defer></script> \ No newline at end of file
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 70f6455d..e4dfb570 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -38,6 +38,7 @@
<link rel="stylesheet" href="<%- url %>/css/markdown.css">
<link rel="stylesheet" href="<%- url %>/css/index.css">
<link rel="stylesheet" href="<%- url %>/css/extra.css">
+<link rel="stylesheet" href="<%- url %>/css/slide-preview.css">
<link rel="stylesheet" href="<%- url %>/css/site.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->