diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 07f9efd..7a392a8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -54,6 +54,3 @@ {{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}} {{ end }} -{{ if or .Params.math .Site.Params.math }} - {{ partial "math.html" . }} -{{ end }} diff --git a/layouts/partials/math.html b/layouts/partials/math.html deleted file mode 100644 index feb09e6..0000000 --- a/layouts/partials/math.html +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file