Add video shortcode
This commit is contained in:
parent
e447b6d633
commit
f8e6246463
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/video.html
Normal file
1
layouts/shortcodes/video.html
Normal file
|
@ -0,0 +1 @@
|
|||
<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750></video>
|
Loading…
Reference in a new issue