From 1f0f6646770d6f07452c737096e6ab356b9e181e Mon Sep 17 00:00:00 2001 From: curben Date: Fri, 19 Oct 2018 11:57:41 +1030 Subject: [PATCH] Load typing.js after jquery --- themes/typing/layout/_partial/after-footer.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/typing/layout/_partial/after-footer.ejs b/themes/typing/layout/_partial/after-footer.ejs index 73f8c25..0ddb5dc 100644 --- a/themes/typing/layout/_partial/after-footer.ejs +++ b/themes/typing/layout/_partial/after-footer.ejs @@ -1,6 +1,3 @@ -<%/* javascript of Typing theme */%> -<%- js('js/typing') %> - <%/* Fallback function for SRI */%> <%- js('js/sri-fallback.min') %> @@ -21,3 +18,6 @@ var cl = cloudinary.Cloudinary.new({cloud_name: "curben"}); cl.responsive(); + +<%/* javascript of Typing theme */%> +<%- js('js/typing') %> \ No newline at end of file