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

Alexander Bilz
21.39.2020 756a7780c2d66afa0db2a774c0f2641e696ad0af
📈 Fixed a math issue
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.enable true) (eq .Params.math true) -}}
{{- if or (eq site.Params.math true) (eq .Params.math true) -}}
    {{- $use := "katex" -}}
    {{- with site.Params.math -}}