hextra/layouts/partials/scripts.html

17 lines
463 B
HTML
Raw Normal View History

{{/* Core scripts (theme, menu, tabs, etc.) */}}
{{- partial "scripts/core.html" . -}}
{{/* Search */}}
{{- partial "scripts/search.html" . -}}
{{/* Mermaid */}}
{{/* FIXME: need to investigate .Page.Store hasMermaid is set for homepage */}}
{{- if and (.Page.Store.Get "hasMermaid") (not .Page.IsHome) -}}
{{- partial "scripts/mermaid.html" . -}}
{{- end -}}
2023-08-04 01:11:31 +01:00
{{/* KaTex */}}
{{- if .Page.Params.math -}}
{{- partial "scripts/katex.html" . -}}
{{- end -}}