From e5199c7ef03aab310eabb2b279eab87de31cffe2 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Mon, 2 Oct 2023 15:11:34 -0400 Subject: [PATCH] Fixed mathjax support --- layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 37e1e17..8140671 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -50,6 +50,10 @@ } + +{{- if or .Params.math .Site.Params.math -}} + {{ partial "mathjax_support.html" . }} +{{- end -}} {{- range .Site.Params.custom_js -}} {{ end }}