2022-10-27 15:57:42 +08:00
|
|
|
{{/* Defind loading plugin scripts which only need in pages */}}
|
2022-09-11 11:14:54 +08:00
|
|
|
|
2022-10-27 15:57:42 +08:00
|
|
|
{{ if or .Params.math .Site.Params.math }}
|
|
|
|
{{ partial "_funs/get_plugin.html" (dict "ctx" . "class" "others" "plugin" "math.js") }}
|
2022-09-11 11:14:54 +08:00
|
|
|
{{ end }}
|
|
|
|
|
2022-10-27 15:57:42 +08:00
|
|
|
{{ if .Params.mermaid }}
|
|
|
|
{{ partial "_funs/get_plugin.html" (dict "ctx" . "class" "others" "plugin" "mermaid.js") }}
|
|
|
|
{{ end }}
|