Fix Katex

This commit is contained in:
BernatBC 2023-07-05 09:38:46 +02:00
parent 5372e856d7
commit d1ba3f25c4
2 changed files with 8 additions and 0 deletions

View file

@ -18,3 +18,7 @@
<link rel="icon" type="image/png" href="{{ $favicon }}" />
{{end}}
{{ if or .Page.Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}