21 lines
494 B
HTML
21 lines
494 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 -}}
|
|
|
|
{{/* Asciinema */}}
|
|
{{- if (.Store.Get "hasAsciinema") -}}
|
|
{{- partial "scripts/asciinema.html" . -}}
|
|
{{- end -}}
|
|
|
|
{{/* Medium Zoom */}}
|
|
{{- if (.Store.Get "hasImageZoom") -}}
|
|
{{- partial "scripts/medium-zoom.html" . -}}
|
|
{{- end -}}
|