diff options
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 6d4b51b..841aaa0 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -15,7 +15,7 @@ {{- end }} <script type="text/javascript" src="{{ "dist/even.min.js?v=2.7.0" | relURL }}"></script> -{{- if and (and .Site.Params.mathjax (ne .Params.mathjax false)) (or .IsPage .IsHome) }} +{{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }} <script type="text/javascript"> window.MathJax = { showProcessingMessages: false, |