diff options
author | Wu Cheng-Han | 2016-07-30 11:07:08 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-30 11:07:08 +0800 |
commit | 8791447ef918eb38736a94e8e126c17269f3b683 (patch) | |
tree | 9546614bf4f595ee5a93ed474d60cb783a7519a5 /public/views | |
parent | 0f4f270193261bf9d0e8fd8729b2d863a35ee5f0 (diff) |
Update to support slide preview in both mode
Diffstat (limited to '')
-rw-r--r-- | public/views/foot.ejs | 3 | ||||
-rw-r--r-- | public/views/head.ejs | 1 |
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:// --> |