2025-02-26 08:39:26 +00:00
|
|
|
{{/* Core scripts (theme, menu, tabs, etc.) */}}
|
|
|
|
{{- partial "scripts/core.html" . -}}
|
2023-10-21 16:00:39 -04:00
|
|
|
|
|
|
|
{{/* Search */}}
|
2025-02-26 08:39:26 +00:00
|
|
|
{{- partial "scripts/search.html" . -}}
|
2023-08-06 15:23:37 +01:00
|
|
|
|
2023-08-12 22:48:41 +01:00
|
|
|
{{/* Mermaid */}}
|
2023-08-17 23:31:04 +01:00
|
|
|
{{/* FIXME: need to investigate .Page.Store hasMermaid is set for homepage */}}
|
|
|
|
{{- if and (.Page.Store.Get "hasMermaid") (not .Page.IsHome) -}}
|
2025-02-26 08:39:26 +00:00
|
|
|
{{- partial "scripts/mermaid.html" . -}}
|
2023-08-14 21:56:26 +01:00
|
|
|
{{- end -}}
|
2023-08-04 01:11:31 +01:00
|
|
|
|
2023-08-12 22:48:41 +01:00
|
|
|
{{/* KaTex */}}
|
2023-08-23 01:00:36 +01:00
|
|
|
{{- if .Page.Params.math -}}
|
2025-02-26 08:39:26 +00:00
|
|
|
{{- partial "scripts/katex.html" . -}}
|
|
|
|
{{- end -}}
|