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

8 lines
207 B
HTML
Raw Permalink Normal View History

2020-12-01 23:07:04 +01:00
<figure>
2020-12-17 19:28:04 +01:00
<video muted autoplay>
2020-12-01 23:07:04 +01:00
<source src="{{ .Get "mp4" }}" type="video/mp4">
<source src="{{ .Get "webm" }}" type="video/webm">
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>