app/views/layouts/tramway/landing/application.html.haml in tramway-landing-3.1.0.6 vs app/views/layouts/tramway/landing/application.html.haml in tramway-landing-3.1.1

- old
+ new

@@ -12,10 +12,10 @@ = csrf_meta_tags - if @application.favicon.present? = favicon_link_tag @application.favicon - ::Tramway::Landing.head_content.each do |content| - self.instance_exec &content - %body + %body{ class: @application.name } = stylesheet_link_tag 'https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.5/css/mdb.min.css' = javascript_include_tag 'https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.5/js/mdb.js' = javascript_include_tag 'https://cdn.rawgit.com/CezarLuiz0/anchor.js/master/dist/anchor.min.js' = render 'layouts/tramway/landing/navbar' - if @blocks&.any?