diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 586fa9a..6041547 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -53,4 +53,7 @@
{{ else -}}
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
+{{ end }}
+{{ if or .Params.math .Site.Params.math }}
+ {{ partial "math.html" . }}
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/math.html b/layouts/partials/math.html
new file mode 100644
index 0000000..feb09e6
--- /dev/null
+++ b/layouts/partials/math.html
@@ -0,0 +1,10 @@
+
\ No newline at end of file