mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
03.30.2021 8c5e1ee221c177b485145cdf49fb309800981072
Fixed bug for side wide math functions

Closes #143
1 files modified
2 ■■■ changed files
layouts/partials/math.html 2 ●●● patch | view | raw | blame | history
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 -}}