From 6971085653b4336cb8001eeb6d145dd8066e8521 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Thu, 21 Nov 2024 20:17:34 -0500 Subject: [PATCH] what if we just move the head scripts to the end --- .../templates/layout/root.html.heex | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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) %> - - + - - -