From 7edae5c9d2267ba5e381ecbf00a7c3f7dacf4194 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 23:25:14 -0800 Subject: webface: defer all javascript to end of body --- python/fatcat_web/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/fatcat_web') diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 6825aa96..4b3b7e0b 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -8,11 +8,6 @@ - - @@ -72,6 +67,11 @@ + + {% block postscript %}{% endblock %} -- cgit v1.2.3