summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-07 21:27:58 +0800
committerWu Cheng-Han2016-11-07 21:27:58 +0800
commit793aef0e2e949ca542f7570a82823af20cb34ace (patch)
treedbe0b924c7746c774c5a30b4d499e54f17b9596e /public/views
parent8c5a5a0712bfd087204a44648a6114e089242c54 (diff)
Fix syntax highlighting not apply correctly in slides
Diffstat (limited to 'public/views')
-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 2cc79be0..0570b5ff 100644
--- a/public/views/slide.ejs
+++ b/public/views/slide.ejs
@@ -30,6 +30,9 @@
<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">
@@ -37,9 +40,6 @@
<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>