Fix Katex
This commit is contained in:
parent
5372e856d7
commit
d1ba3f25c4
2 changed files with 8 additions and 0 deletions
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue