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:
authorZhao XiaoHei <xiaohei.zyx@gmail.com>2019-11-25 05:14:19 +0300
committerGitHub <noreply@github.com>2019-11-25 05:14:19 +0300
commitde336386f849fa8865173d2e82ff87b79d7afab3 (patch)
tree25cb77165517469a7f43575c939a67dd65bcd1a6
parentb5faa7851a6cf53b940fc1de6bb38d9257381ad9 (diff)
parent7dba0968d5de587518fca047f882962c95a9e2b4 (diff)
Merge pull request #38 from xiaoheiAh/fix-config-error
fix config error
-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 16d9c38..159b345 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -1,4 +1,4 @@
-{{ if or .Params.enableMathJax .Site.Params.math }}
+{{ if or .Site.Params.enableMathJax .Params.math }}
{{ partial "math.html" . }}
{{ end }}
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>