Support featured videos (instead of image)

This commit is contained in:
2021-10-08 22:52:58 -05:00
parent 346ef21784
commit 2616803f47
3 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,4 @@
<video controls>
<source src="{{ .Get "src" }}" alt="{{ .Get "title" }}">
Your browser does not support video.
</video>