{{ end }}
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index d20006b..158c982 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -31,6 +31,9 @@
{{ partial "sidebar.html" . }}
+
+
+
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 8d035ce..749c213 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,7 +17,8 @@
{{ $style := $sass | resources.ToCSS }}
-
+
+
{{ if or .Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 4caf7ba..c5efc63 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,3 +1,36 @@
+