mirror of
https://github.com/imfing/hextra.git
synced 2025-08-25 18:56:49 -04:00

* Add asciinema shortcode and usage examples * Add asciinema shortcode * Modify * Modify * Modify * Modify * Modify * Remove old blog post and move content to dedicated documentation * Add remote cast file support * Fix remote cast file support * Modify asciinema guide * Add asciinema controls and idleTimeLimit * fix the play button position issue and update some details * Remove forced /casts/ prefix, implement flexible file lookup
16 lines
373 B
HTML
16 lines
373 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 -}}
|