From cf7a3f39bb3084f7bd6302e31f00253a654f33df Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 25 Oct 2019 19:21:21 +0200 Subject: [PATCH] js in footer fix --- pages/_layouts/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/_layouts/base.html b/pages/_layouts/base.html index 3db438041..8195e7fc5 100644 --- a/pages/_layouts/base.html +++ b/pages/_layouts/base.html @@ -29,7 +29,6 @@ {% include layout/og.html %} {% include layout/css.html %} - {% include layout/js.html %} @@ -44,6 +43,8 @@ {% endif %} {% endif %} +{% include layout/js.html %} + {{ site.capture_global.scripts }}