mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
13
themes/minimo/layouts/partials/footer/scripts.html
Normal file
13
themes/minimo/layouts/partials/footer/scripts.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<script>window.__assets_js_src={{- "assets/js/" | relURL -}}</script>
|
||||
|
||||
<script src='{{ print "/assets/js/" .Site.Data.assets.main.js | relURL }}'></script>
|
||||
|
||||
{{- range .Site.Params.assets.customJS -}}
|
||||
<script src='{{ . | relURL }}'></script>
|
||||
{{- end -}}
|
||||
|
||||
{{ partial "footer/mathjax" . }}
|
||||
{{- partial "footer/katex" . -}}
|
||||
{{- partial "footer/mermaid" . -}}
|
||||
|
||||
{{ partial "footer/extra" . }}
|
Reference in New Issue
Block a user