Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdit <23015406+udit-001@users.noreply.github.com>2019-11-21 15:30:48 +0300
committerZhao XiaoHei <xiaohei.zyx@gmail.com>2019-11-21 16:00:20 +0300
commitb5faa7851a6cf53b940fc1de6bb38d9257381ad9 (patch)
treed7da75fdfd1b3394f548a01f3fad0b8151c9625d /layouts
parent6c4588f7de18e5893832f1a1e64dafb7312c0a80 (diff)
Changes math config param name.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/script.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
index 2367838..16d9c38 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -1,4 +1,4 @@
-{{ if or .Params.math .Site.Params.math }}
+{{ if or .Params.enableMathJax .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>