Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
753 B
HTML
Raw Permalink Normal View History

{{/* Use this shortcode to embed an asciicast hosted on https://asciinema.org.
2020-08-06 01:44:52 -07:00
For configuration details, see https://asciinema.org/docs/embedding.
Example:
{{< asciicast id="abc123" speed="2" autoplay="true"
>}}
2020-08-06 01:44:52 -07:00
*/}}
<script
id="asciicast-{{ .Get "id" }}"
src="https://asciinema.org/a/{{ .Get "id" }}.js"
data-t="{{ default 0 (.Get "t") }}"
data-autoplay="{{ default false (.Get "autoplay") }}"
data-preload="{{ default false (.Get "preload") }}"
data-loop="{{ default false (.Get "loop") }}"
data-speed="{{ default 1 (.Get "speed") }}"
data-size="{{ default "small" (.Get "size") }}"
data-theme="{{ default "tango" (.Get "theme") }}"
data-rows="{{ default 28 (.Get "rows") }}"
async
></script>