diff options
-rw-r--r-- | public/views/html.hbs | 1 | ||||
-rw-r--r-- | public/views/slide.ejs | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/public/views/html.hbs b/public/views/html.hbs index 11bc162d..2e45707b 100644 --- a/public/views/html.hbs +++ b/public/views/html.hbs @@ -19,6 +19,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" /> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.5.1/themes/prism.min.css" integrity="sha256-vtR0hSWRc3Tb26iuN2oZHt3KRUomwTufNIf5/4oeCyg=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/github-gist.min.css" integrity="sha256-tAflq+ymku3Khs+I/WcAneIlafYgDiOQ9stIHH985Wo=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/css/basic/emojify.min.css" integrity="sha256-UOrvMOsSDSrW6szVLe8ZDZezBxh5IoIfgTwdNDgTjiU=" crossorigin="anonymous" /> <style> 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> |