lib/reveal-ck/config.rb in reveal-ck-3.8.0 vs lib/reveal-ck/config.rb in reveal-ck-3.8.1

- old
+ new

@@ -25,18 +25,18 @@ 'fb: http://ogp.me/ns/fb# ' \ 'article: http://ogp.me/ns/article#'.freeze def core_defaults { - 'title' => 'Slides', - 'description' => '', - 'author' => '', - 'theme' => 'black', - 'transition' => 'default', - 'data' => {}, + 'title' => 'Slides', + 'description' => '', + 'author' => '', + 'theme' => 'black', + 'transition' => 'default', + 'data' => {}, 'meta_properties' => {}, - 'meta_names' => {}, - 'head_prefix' => OPEN_GRAPH_PREFIX + 'meta_names' => {}, + 'head_prefix' => OPEN_GRAPH_PREFIX } end def revealjs_config_defaults {