Merge branch 'feat-math-on-demand' into pre-release
This commit is contained in:
commit
2c8a0e374e
2 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
|||
<nav></nav>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.mathjax }}{{ partial "mathjax_support.html" . }}{{ end }}
|
||||
{{/* .Params is the current page config. .Site.Params is globall config in hugo.toml */}}
|
||||
{{ if or .Site.Params.math .Params.math }}{{ partial "mathjax_support.html" . }}{{ end }}
|
||||
|
||||
{{ partial "header-extra.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue