From 45f1004c399d3c5670d69189571638c4e1c87cdf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Jul 2018 18:41:38 +0100 Subject: [PATCH] Remove JS to bottom of markup for faster page load Signed-off-by: Michael Tremer --- src/templates/base.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 18d6eef0..614c4960 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -20,12 +20,7 @@ {% if rss_url %} {% end %} - - - - - - + @@ -238,5 +233,11 @@ + + + + + + -- 2.47.3