diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 79959be..a35c5a4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,9 +5,6 @@ using the pulp theme.

-{{ if .Params.math .Site.Params.math}} - {{ partial "mathjax_support.html" . }} -{{ end }} {{- range .Site.Params.custom_js -}} {{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 491bdbf..f0769fe 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -50,4 +50,9 @@ {{- if and (not .Site.IsServer) .Site.GoogleAnalytics -}} {{ template "_internal/google_analytics_async.html" . }} {{- end -}} + + + {{ if or .Params.math .Site.Params.math }} + {{ partial "mathjax_support.html" . }} + {{ end }}