Add shortcode for video

This commit is contained in:
2023-04-08 21:21:26 +08:00
parent e2665a4b17
commit bfdfeee8ae

View File

@@ -0,0 +1,5 @@
<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>