lib/resources/backends/slim/revealjs/document.html.slim in hyla-1.0.1 vs lib/resources/backends/slim/revealjs/document.html.slim in hyla-1.0.2
- old
+ new
@@ -12,10 +12,10 @@
meta content="width=(device-width, initial-scale=1.0, maximum-scale=1.0,)user-scalable=no" name="viewport"
link href="revealjs/css/reveal.min.css" rel="stylesheet"
- if attr? :revealjs_theme
- link rel='stylesheet' href='revealjs/css/theme/#{attr :revealjs_theme}.css' id='custom_theme'
+ link rel='stylesheet' href='revealjs/css/theme/#{attr :revealjs_theme}.css' id='theme'
- else
link rel='stylesheet' href='revealjs/css/theme/default.css' id='default_theme'
// For syntax highlighting
link href="revealjs/lib/css/zenburn.css" rel="stylesheet"