2022-09-11 11:14:54 +08:00
|
|
|
{{ partialCached "scripts/global.html" . }}
|
|
|
|
|
2022-09-19 21:57:23 +08:00
|
|
|
{{ if or .Params.math .Site.Params.math }}
|
|
|
|
{{ partialCached "_thirdparty/others/math.html" . }}
|
2022-07-02 22:22:46 +08:00
|
|
|
{{ end }}
|
2022-09-11 11:14:54 +08:00
|
|
|
|
2022-09-19 21:57:23 +08:00
|
|
|
{{ if .Params.mermaid }}
|
|
|
|
{{ partialCached "_thirdparty/others/mermaid.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-09-11 11:14:54 +08:00
|
|
|
|
|
|
|
|
2022-07-31 11:02:55 +08:00
|
|
|
|