lib/parade/commands/static_html.rb in parade-0.9.2 vs lib/parade/commands/static_html.rb in parade-0.10.0

- old
+ new

@@ -14,10 +14,10 @@ def description "Output into a single HTML file" end def generate(options) - options.merge!('template' => 'onepage') + options.merge!('template' => 'print') html_generator = HtmlOutput.new html_content = html_generator.generate(options) output_file = options[:output] || default_html_output