diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7a392a8..07f9efd 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -54,3 +54,6 @@ {{ $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 new file mode 100644 index 0000000..feb09e6 --- /dev/null +++ b/layouts/partials/math.html @@ -0,0 +1,10 @@ + \ No newline at end of file