diff options
author | Wu Cheng-Han | 2015-12-18 23:53:01 -0600 |
---|---|---|
committer | Wu Cheng-Han | 2015-12-18 23:53:01 -0600 |
commit | 45ec05e2ed4962fcd4497cea8b58176f44a9ec3b (patch) | |
tree | 05c8a3a1a194fb31092162de50ff0ac668e199e5 /public/views/slide | |
parent | 32a89e13cd7fa2da434e9fac274c6b41f9a6af60 (diff) |
Added extra stylesheet to slide mode
Diffstat (limited to 'public/views/slide')
-rw-r--r-- | public/views/slide/reveal.hbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/views/slide/reveal.hbs b/public/views/slide/reveal.hbs index 876a7ba3..fd19f23c 100644 --- a/public/views/slide/reveal.hbs +++ b/public/views/slide/reveal.hbs @@ -13,6 +13,8 @@ <link rel="stylesheet" href="/vendor/reveal.js/{{{theme}}}" id="theme"> <!-- For syntax highlighting --> <link rel="stylesheet" href="/vendor/reveal.js/lib/css/{{{highlightTheme}}}.css"> + <link rel="stylesheet" href="/css/site.css"> + <link rel="stylesheet" href="/css/slide.css"> <!-- If the query includes 'print-pdf', use the PDF print sheet --> <script> |