fix: fix typo in KaTeX class name (#214)

This commit is contained in:
Michael Kuhn 2022-02-23 09:03:11 +01:00 committed by GitHub
parent 425b7ed2b2
commit bf114930ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{{ end }}
<!-- prettier-ignore-end -->
<span class="gdoc-katex katex{{ with .Get "class" }}{{ . }}{{ end }}">
<span class="gblog-katex {{ with .Get "class" }}{{ . }}{{ end }}">
{{ cond (in .Params "display") "\\[" "\\(" -}}
{{- trim .Inner "\n" -}}
{{- cond (in .Params "display") "\\]" "\\)" }}