diff options
Diffstat (limited to 'public/views')
-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> |