mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 06:21:27 -04:00
chore: server side rendering of math equations (#589)
This commit is contained in:

committed by
GitHub

parent
c74d44492e
commit
b700825943
@ -8,8 +8,3 @@
|
||||
{{- if (.Store.Get "hasMermaid") -}}
|
||||
{{- partial "scripts/mermaid.html" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* KaTex */}}
|
||||
{{- if .Page.Params.math -}}
|
||||
{{- partial "scripts/katex.html" . -}}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user