www.franconian.net/layouts/shortcodes/video.html

8 lines
207 B
HTML

<figure>
<video muted autoplay>
<source src="{{ .Get "mp4" }}" type="video/mp4">
<source src="{{ .Get "webm" }}" type="video/webm">
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>