diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a1264e6..a15aa5c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -57,7 +57,7 @@
{{- end }}
-
+
{{ if .Site.Params.bootcdn -}}
{{ if .Site.Params.fancybox }}{{ end }}
{{- else if .Site.Params.publicCDN.enable -}}
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index f966eb2..e2c7314 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -13,7 +13,7 @@
{{ if .Site.Params.fancybox }}{{ end }}
{{- end }}
-
+
{{- if and (and .Site.Params.mathjax (ne .Params.mathjax false)) (or .IsPage .IsHome) }}