blogotheme/layouts/partials/scripts.html

7 lines
256 B
HTML
Raw Permalink Normal View History

2021-01-03 14:33:26 +01:00
<!-- {{ with resources.Get "js/katex.js" }}
<script defer src="{{ .Permalink }}"></script>
{{ end }}
{{ with resources.Get "js/auto-render.js" }}
<script defer src="{{ .Permalink }}" onload="renderMathInElement(document.body);"></script>
{{ end }} -->