1
0
Fork 0

Add video shortcode

This commit is contained in:
Ethan Marshall 2024-09-15 15:45:39 +01:00
parent e447b6d633
commit f8e6246463
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8

View file

@ -0,0 +1 @@
<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750></video>