From 260272fa4348cb8b4820e95f35530d4f3aa950a4 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Tue, 8 Apr 2025 16:41:55 +0100 Subject: [PATCH] Moved script to footer as it is recommended to be in the body not the head --- src/main/resources/templates/fragments/common.html | 1 - src/main/resources/templates/fragments/footer.html | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index 436cc643b..5f3ca17fc 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -68,7 +68,6 @@ - diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 1d3b83750..3c9ab2fe7 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -1,4 +1,6 @@