9 lines
356 B
HTML
9 lines
356 B
HTML
{{ if .Params.asciinema }}
|
|
{{ with resources.Get "vendor/asciinema/asciinema-player.css" | minify | fingerprint }}
|
|
<link rel="stylesheet" type="text/css" href="{{ .RelPermalink }}" />
|
|
{{ end }}
|
|
{{ with resources.Get "vendor/asciinema/asciinema-player.min.js" | fingerprint }}
|
|
<script src="{{ .RelPermalink }}"></script>
|
|
{{ end }}
|
|
{{ end }}
|