From 64032842553c8a7c1a20cad6348d0e4ee6d77275 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 27 Mar 2023 13:55:18 -0400 Subject: [PATCH] Fix scripts layout (#2543) --- layouts/partials/hooks/body-end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/hooks/body-end.html b/layouts/partials/hooks/body-end.html index fe43acb45b60..0c6da6e786ed 100644 --- a/layouts/partials/hooks/body-end.html +++ b/layouts/partials/hooks/body-end.html @@ -1,2 +1,2 @@ -{{ partial "script.html" (dict "src" "js/tracing.js") -}} +{{ partial "script.html" (dict "src" "js/tracing.js") }} {{ partial "script.html" (dict "src" "js/navScroll.js") -}}