diff --git a/lib/dotcom_web/templates/layout/root.html.heex b/lib/dotcom_web/templates/layout/root.html.heex index d0376b18c1..90ff5d8d49 100644 --- a/lib/dotcom_web/templates/layout/root.html.heex +++ b/lib/dotcom_web/templates/layout/root.html.heex @@ -68,17 +68,8 @@ - - - - - <%= content_tag(:body, class: Dotcom.BodyTag.class_name(@conn)) do %>
@@ -114,14 +105,14 @@ <%= content_tag(:main, @inner_content, id: "main", tabindex: -1) %>
<%= render(__MODULE__, "_footer.html", conn: @conn) %> - - + - - -