Initialize project with clean ignore rules
This commit is contained in:
4
layouts/shortcodes/video.html
Normal file
4
layouts/shortcodes/video.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<video width="100%" controls preload="metadata">
|
||||
<source src="{{ .Get "src" }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
Reference in New Issue
Block a user