This commit is contained in:
Morgan 2023-12-01 23:23:19 +09:00
parent 1753368423
commit cb7650ee19
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
{{- end }}
{{- /* KaTeX */}}
{{ if or .Params.math true}}
{{ if or .Params.math .IsPage}}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script>