Manually check in the theme
This commit is contained in:
5
themes/hugo-theme-notrack/layouts/shortcodes/video.html
Normal file
5
themes/hugo-theme-notrack/layouts/shortcodes/video.html
Normal 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>
|
Reference in New Issue
Block a user