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:
authorotis <xiaohei.zyx@gmail.com>2019-11-25 05:12:02 +0300
committerotis <xiaohei.zyx@gmail.com>2019-11-25 05:12:02 +0300
commit7dba0968d5de587518fca047f882962c95a9e2b4 (patch)
tree25cb77165517469a7f43575c939a67dd65bcd1a6
parentb5faa7851a6cf53b940fc1de6bb38d9257381ad9 (diff)
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>