Added files of the theme
This commit is contained in:
6
layouts/partials/scripts.html
Normal file
6
layouts/partials/scripts.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- {{ 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 }} -->
|
||||
Reference in New Issue
Block a user