summaryrefslogtreecommitdiff
path: root/public/views/slide.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-04 13:04:00 +0800
committerWu Cheng-Han2016-11-04 13:04:00 +0800
commit2167570c1161c8995bb0232b284e3efe33d8e7db (patch)
treece06023bbe4ec6926d0936b9d10229f6ac620bad /public/views/slide.ejs
parentee96d88e81a3d5ed2c93114461fed19453dd21e3 (diff)
Fix slide highlighting styles not apply properly and add missing styles dependency of prism in html export
Diffstat (limited to 'public/views/slide.ejs')
-rw-r--r--public/views/slide.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/slide.ejs b/public/views/slide.ejs
index 4545ade7..e1a8c9b8 100644
--- a/public/views/slide.ejs
+++ b/public/views/slide.ejs
@@ -28,9 +28,6 @@
<link rel="stylesheet" href="<%- url %>/vendor/reveal.js/css/reveal.css">
<link rel="stylesheet" href="<%- url %>/vendor/reveal.js/css/theme/black.css" id="theme">
- <!-- For syntax highlighting -->
- <link rel="stylesheet" href="<%- url %>/vendor/reveal.js/lib/css/zenburn.css">
-
<link rel="stylesheet" href='<%- url %>/css/github-extract.css'>
<link rel="stylesheet" href='<%- url %>/css/gist.css'>
<link rel="stylesheet" href="<%- url %>/css/mermaid.css">
@@ -38,6 +35,9 @@
<link rel="stylesheet" href='<%- url %>/vendor/emojify.js/dist/css/basic/emojify.min.css'>
<%- include build/slide-header %>
+
+ <!-- For syntax highlighting -->
+ <link rel="stylesheet" href="<%- url %>/vendor/reveal.js/lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>