about summary refs log tree commit diff homepage
path: root/_layout/foot.html
blob: 95abfb5e6ec4e09b5637c5adeab71f0373748946 (plain) (blame)
1
2
3
4
5
6
7
{{if hasmath}}<script src=/libs/katex/katex.min.js></script>
<script src=/libs/katex/auto-render.min.js></script>
<script>renderMathInElement(document.body)</script>{{end}}
{{if hascode}}<script src=/libs/highlight/highlight.pack.js></script>
<script>hljs.initHighlightingOnLoad();</script>{{end}}
</body>
</html>