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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bilz <mail@alexbilz.com>2021-03-03 20:30:44 +0300
committerGitHub <noreply@github.com>2021-03-03 20:30:44 +0300
commit8c5e1ee221c177b485145cdf49fb309800981072 (patch)
tree2c95a678a4026e5a1bda1391281ebe99df433140
parent3562c10dbb804084856a5a6015ccac1d8aa13d8a (diff)
Fixed bug for side wide math functionsv0.7.0
Closes #143
-rw-r--r--layouts/partials/math.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/math.html b/layouts/partials/math.html
index 2af0f93..5735802 100644
--- a/layouts/partials/math.html
+++ b/layouts/partials/math.html
@@ -1,4 +1,4 @@
-{{- if or (eq site.Params.math true) (eq .Params.math true) -}}
+{{- if or (eq site.Params.math.enable true) (eq .Params.math true) -}}
{{- $use := "katex" -}}
{{- with site.Params.math -}}