From 153b9232f9429295efa0f643dc4f11d2404ed084 Mon Sep 17 00:00:00 2001 From: Bala Ramadurai Date: Fri, 12 Oct 2018 15:30:44 +0530 Subject: changed the placement of the jquery fancybox to remove jquery error --- layouts/partials/footer_js.html | 54 +++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/layouts/partials/footer_js.html b/layouts/partials/footer_js.html index edd7387..a588aed 100644 --- a/layouts/partials/footer_js.html +++ b/layouts/partials/footer_js.html @@ -1,19 +1,14 @@ {{ template "_internal/google_analytics.html" . }} - - -{{ range .Site.Params.custom_js }} - -{{ end }} {{ if not .Site.Params.disable_mathjax }} {{ end }} @@ -23,33 +18,40 @@ MathJax.Hub.Config({ + - - + + + +{{ range .Site.Params.custom_js }} + +{{ end }} + + + -- cgit v1.2.3