mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-12 09:20:25 +00:00
add mathjax support
This commit is contained in:
parent
c2c9e42456
commit
3fcbe790af
2 changed files with 22 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
|
||||
</p>
|
||||
</footer>
|
||||
{{ if .Params.mathjax }}
|
||||
{{ partial "mathjax_support.html" . }}
|
||||
{{ end }}
|
||||
{{- range .Site.Params.custom_js -}}
|
||||
<script src="{{ . }}"></script>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue