Files
2013roadtripukie/themes/hugo-theme-notrack/layouts/shortcodes/video.html
2022-09-04 14:08:48 +02:00

6 lines
232 B
HTML

<video class="video-shortcode" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
There should have been a video here but your browser does not seem
to support it.
</video>