DEV: add class to body of no_ember layout so it can targeted in CSS

This commit is contained in:
Neil Lalonde 2020-06-25 16:17:19 -04:00
parent 768bb406ee
commit 8c9cc5b772
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91

View File

@ -12,7 +12,7 @@
<%= yield(:no_ember_head) %> <%= yield(:no_ember_head) %>
<%= build_plugin_html 'server:before-head-close' %> <%= build_plugin_html 'server:before-head-close' %>
</head> </head>
<body <% if @custom_body_class %>class="<%= @custom_body_class %>"<% end %>> <body class="no-ember <%= @custom_body_class %>">
<%= theme_lookup("header") %> <%= theme_lookup("header") %>
<%= build_plugin_html 'server:header' %> <%= build_plugin_html 'server:header' %>
<section id='main'> <section id='main'>