diff --git a/templates/index.tmpl b/templates/index.tmpl index 7a8630e..0ede5a8 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -15,6 +15,7 @@
Present + Pdf preview
diff --git a/templates/slides.tmpl b/templates/slides.tmpl index 719ab66..ac6b646 100644 --- a/templates/slides.tmpl +++ b/templates/slides.tmpl @@ -7,16 +7,16 @@ reveal.js - The HTML Presentation Framework - - + + - - + + @@ -26,9 +26,7 @@ var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; - link.href = window.location.search.match( /print-pdf/gi ) - ? '/static/revealjs/css/print/pdf.css' - : '/static/revealjs/css/print/paper.css'; + link.href = window.location.search.match( /print-pdf/gi ) ? '/static/reveal.js/css/print/pdf.css' : '/static/reveal.js/css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); @@ -42,9 +40,15 @@
- - + + + + + + + +