fix mermaid
This commit is contained in:
parent
1105d5e939
commit
88481e9f0b
15 changed files with 59 additions and 47 deletions
|
@ -1,5 +1,9 @@
|
|||
<script>
|
||||
window.minima_theme = localStorage.getItem('theme')
|
||||
</script>
|
||||
|
||||
{{ if or .Params.math .Site.Params.math }}
|
||||
{{ partial "math.html" . }}
|
||||
{{ partial "katex.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if or .Params.mermaid .Site.Params.mermaid }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue