mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 19:46:25 -04:00
16 lines
355 B
HTML
16 lines
355 B
HTML
{{/* Core scripts (theme, menu, tabs, etc.) */}}
|
|
{{- partial "scripts/core.html" . -}}
|
|
|
|
{{/* Search */}}
|
|
{{- partial "scripts/search.html" . -}}
|
|
|
|
{{/* Mermaid */}}
|
|
{{- if (.Store.Get "hasMermaid") -}}
|
|
{{- partial "scripts/mermaid.html" . -}}
|
|
{{- end -}}
|
|
|
|
{{/* KaTex */}}
|
|
{{- if .Page.Params.math -}}
|
|
{{- partial "scripts/katex.html" . -}}
|
|
{{- end -}}
|