From c282a2a16edc129cc65dcf9c48b8f504db5a7f1f Mon Sep 17 00:00:00 2001 From: Ezerike Caleb Chikere <122406759+bintus-ux@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:38:33 +0100 Subject: [PATCH] reverting change in body-end.html --- layouts/partials/hooks/body-end.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/hooks/body-end.html b/layouts/partials/hooks/body-end.html index c54311ca92e0..541aa15605de 100644 --- a/layouts/partials/hooks/body-end.html +++ b/layouts/partials/hooks/body-end.html @@ -1,5 +1,5 @@ {{ if hugo.IsProduction -}} -{{ partial "script.html" (dict "src" "js/tracing.js") -}} + {{ partial "script.html" (dict "src" "js/tracing.js") -}} {{ end -}} {{ partial "script.html" (dict "src" "js/navScroll.js") -}} @@ -46,4 +46,4 @@ window.scrollTo({ top: 0, behavior: "smooth" }); }; }); - \ No newline at end of file +