mv theme to local control
This commit is contained in:
parent
3ac32ec7e9
commit
c980366d63
189 changed files with 22593 additions and 0 deletions
8
themes/aether/layouts/partials/scripts.html
Normal file
8
themes/aether/layouts/partials/scripts.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{ 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 }}
|
||||
{{ $corejs := resources.Get "js/core.js" | minify }}
|
||||
<script src="{{ $corejs.Permalink }}"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue