Files
sabbatical.ipng.nl/themes/hugo-theme-ipng/layouts/shortcodes/video.html
Pim van Pelt ebf34c65a1
All checks were successful
continuous-integration/drone/push Build is passing
Switch to IPng theme
2024-08-13 02:25:52 +02:00

6 lines
271 B
HTML

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